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
No related merge requests found
......@@ -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.
Please register or to comment