Skip to content

Commit

Permalink
fix cors e2e test (#3003)
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <[email protected]>
  • Loading branch information
zhaohuabing authored Mar 24, 2024
1 parent 0be74ab commit 4afe12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/cors.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var CorsTest = suite.ConformanceTest{
},
},
Response: http.Response{
AbsentHeaders: []string{"access-control-allow-origin", "access-control-expose-headers"},
AbsentHeaders: []string{"access-control-allow-origin"},
},
Namespace: ns,
}
Expand Down

0 comments on commit 4afe12b

Please sign in to comment.