From 6b931909225af9ec7e182e1baa5961f1c382ebc7 Mon Sep 17 00:00:00 2001 From: Luke McCrone Date: Wed, 1 Apr 2026 15:13:58 -0300 Subject: [PATCH] test: fix response code --- tests/test_rest_list_buckets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rest_list_buckets.sh b/tests/test_rest_list_buckets.sh index ddd49761..45bb943e 100755 --- a/tests/test_rest_list_buckets.sh +++ b/tests/test_rest_list_buckets.sh @@ -232,7 +232,7 @@ export RUN_USERS=true } @test "REST - ListBuckets - error Content-Type is application/xml" { - run send_rest_go_command_check_header_key_and_value "400" "Content-Type" "application/xml" "-method" "GET" "-omitDate" + run send_rest_go_command_check_header_key_and_value "403" "Content-Type" "application/xml" "-method" "GET" "-omitDate" assert_success }