Skip to content
Snippets Groups Projects
Commit d21cb0fa authored by Chris Pastl's avatar Chris Pastl
Browse files

test: enable test_update_host

parent 469a5efe
No related branches found
No related tags found
2 merge requests!39Add OpenAPI annotations for rrules and settings,!38Try to merge broken branch
...@@ -68,7 +68,6 @@ def test_retrieve_host(api_client, host): ...@@ -68,7 +68,6 @@ def test_retrieve_host(api_client, host):
assert response.status_code == 200 assert response.status_code == 200
@pytest.mark.skip
def test_update_host(admin_api_client, host, image): def test_update_host(admin_api_client, host, image):
update = host_data(image) update = host_data(image)
update["is_active"] = False update["is_active"] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment