test(integration): allow 204 (from nginx) on options req (#2277)

This commit is contained in:
Barry Chen 2026-05-05 09:01:45 -05:00 committed by GitHub
parent 6476f5b47a
commit 4880e31ed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],
)