From 789cf19cd0fcf47d0014f6565647f924c35ac299 Mon Sep 17 00:00:00 2001 From: Chris Pastl <chris@crispybits.app> Date: Fri, 12 Apr 2024 14:58:07 +0200 Subject: [PATCH] test: trigger a failure to check merge policies --- program/tests/test_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/tests/test_hosts.py b/program/tests/test_hosts.py index c3bac554..833f323d 100644 --- a/program/tests/test_hosts.py +++ b/program/tests/test_hosts.py @@ -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) -- GitLab