Skip to content

Commit 02e55df

Browse files
committed
test fix
1 parent d6ab814 commit 02e55df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plane/plane-tests/tests/proxy_cors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async fn proxy_gone_request_has_cors_headers(env: TestEnvironment) {
6363
.unwrap()
6464
.to_str()
6565
.unwrap(),
66-
", Authorization"
66+
"*, Authorization"
6767
);
6868
}
6969

0 commit comments

Comments
 (0)