Skip to content
Snippets Groups Projects

Add OpenAPI annotations for rrules and settings

Merged Chris Pastl requested to merge api-integration-tests-204 into main
1 unresolved thread
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -68,7 +68,6 @@ def test_retrieve_host(api_client, host):
assert response.status_code == 200
@pytest.mark.skip
Please register or sign in to reply
def test_update_host(admin_api_client, host, image):
update = host_data(image)
update["is_active"] = False
Loading