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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -74,7 +74,7 @@ def test_update_host(admin_api_client, host, image):
response = admin_api_client.put(url(host), data=update)
assert response.status_code == 200
assert response.status_code == 201
assert_data(response, update)
Loading