mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-13 16:46:42 +02:00
test(integration): allow 204 (from nginx) on options req (#2277)
This commit is contained in:
parent
6476f5b47a
commit
4880e31ed1
@ -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],
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user