diff --git a/tools/integration_tests/test_storage.py b/tools/integration_tests/test_storage.py index c2e7db58..cf6f2233 100644 --- a/tools/integration_tests/test_storage.py +++ b/tools/integration_tests/test_storage.py @@ -2275,7 +2275,7 @@ def test_cors_allows_any_origin(st_ctx): "Origin": "http://test-website.com", "Access-Control-Request-Headers": "Content-Type", }, - status=200, + status=[200, 204], )