test: fix response code

This commit is contained in:
Luke McCrone
2026-04-01 15:13:58 -03:00
parent 90e240d23f
commit 6b93190922
+1 -1
View File
@@ -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
}