Skip to content

Commit

Permalink
internal-endpoint-testing: handle x-choreo-test-session-id header cor…
Browse files Browse the repository at this point in the history
…s config

Signed-off-by: Lahiru De Silva <[email protected]>
  • Loading branch information
NomadXD committed Jan 23, 2024
1 parent 526d38f commit bec0b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class CorsTestCase {
private String allowedOrigin1 = "http://test1.com";
private String allowedOrigin2 = "http://test2.com";
private String allowedMethods = "GET,PUT,POST";
private String allowedHeaders = "Authorization,X-PINGOTHER";
private String allowedHeaders = "Authorization,X-PINGOTHER,x-choreo-test-session-id";
private String exposeHeaders = "X-Custom-Header";

private static final String ORIGIN_HEADER = "Origin";
Expand Down

0 comments on commit bec0b9b

Please sign in to comment.