diff --git a/tests/acceptance/features/api/setup.feature b/tests/acceptance/features/api/setup.feature index 8c3137240..2de23c0e9 100644 --- a/tests/acceptance/features/api/setup.feature +++ b/tests/acceptance/features/api/setup.feature @@ -164,7 +164,7 @@ Feature: setup the integration through an API """ """ - Then the HTTP status code should be "400" or "500" + Then the HTTP status code should be "400" Examples: | data | | "{}" | @@ -381,7 +381,7 @@ Feature: setup the integration through an API """ """ - Then the HTTP status code should be "400" or "500" + Then the HTTP status code should be "400" Examples: | data | | { "values": { "openproject_instance_url": "http://some-host.de"} }} |