Skip to content

Commit

Permalink
Add multiple cookie secrets to some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guyeisenbach committed Sep 12, 2024
1 parent 3f1972a commit e0ee9e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void setUp() {
hostnameProvider = new DefaultHostnameProvider();
this.pxConfiguration = PXConfiguration.builder()
.cookieKey("COOKIE_KEY_STRING")
.cookieKey("COOKIE_KEY_STRING_2")
.appId("APP_ID")
.authToken("AUTH_TOKEN")
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void setUp() {
hostnameProvider = new DefaultHostnameProvider();
this.pxConfiguration = PXConfiguration.builder()
.cookieKey("COOKIE_KEY_STRING_MOBILE")
.cookieKey("COOKIE_KEY_STRING_MOBILE_2")
.appId("APP_ID")
.authToken("AUTH_TOKEN")
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void setUp() {
hostnameProvider = new DefaultHostnameProvider();
this.pxConfiguration = PXConfiguration.builder()
.cookieKey("COOKIE_KEY_STRING")
.cookieKey("COOKIE_KEY_STRING_2")
.appId("APP_ID")
.authToken("AUTH_TOKEN")
.build();
Expand Down

0 comments on commit e0ee9e7

Please sign in to comment.