From d21cb0fad217cb2a45e116f13b17a91f9938cb7a Mon Sep 17 00:00:00 2001 From: Chris Pastl <chris@crispybits.app> Date: Fri, 12 Apr 2024 14:56:13 +0200 Subject: [PATCH] test: enable test_update_host --- program/tests/test_hosts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/program/tests/test_hosts.py b/program/tests/test_hosts.py index 1cb38dc1..c3bac554 100644 --- a/program/tests/test_hosts.py +++ b/program/tests/test_hosts.py @@ -68,7 +68,6 @@ def test_retrieve_host(api_client, host): assert response.status_code == 200 -@pytest.mark.skip def test_update_host(admin_api_client, host, image): update = host_data(image) update["is_active"] = False -- GitLab