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

test: trigger a failure to check merge policies

parent d21cb0fa
No related branches found
No related tags found
2 merge requests!39Add OpenAPI annotations for rrules and settings,!38Try to merge broken branch
Pipeline #7852 failed
......@@ -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)
......
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