Skip to content

Commit 4880e31

Browse files
authored
test(integration): allow 204 (from nginx) on options req (#2277)
1 parent 6476f5b commit 4880e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/integration_tests/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ def test_cors_allows_any_origin(st_ctx):
22752275
"Origin": "http://test-website.com",
22762276
"Access-Control-Request-Headers": "Content-Type",
22772277
},
2278-
status=200,
2278+
status=[200, 204],
22792279
)
22802280

22812281

0 commit comments

Comments
 (0)