We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ab814 commit 02e55dfCopy full SHA for 02e55df
plane/plane-tests/tests/proxy_cors.rs
@@ -63,7 +63,7 @@ async fn proxy_gone_request_has_cors_headers(env: TestEnvironment) {
63
.unwrap()
64
.to_str()
65
.unwrap(),
66
- ", Authorization"
+ "*, Authorization"
67
);
68
}
69
0 commit comments