From b3c7c0c85d3bff069b7009f96472962dc1decfc9 Mon Sep 17 00:00:00 2001 From: Sajan Gurung Date: Wed, 15 Apr 2026 14:31:58 +0545 Subject: [PATCH] test: revert 500 checks Signed-off-by: Sajan Gurung --- tests/acceptance/features/api/setup.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"} }} |