File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ describe("CookieTokenSource", () => {
114
114
sameSite : "strict" ,
115
115
domain : undefined ,
116
116
expires : undefined ,
117
- path : "/" ,
117
+ path : undefined ,
118
118
} ) ;
119
119
} ) ;
120
120
@@ -139,7 +139,7 @@ describe("CookieTokenSource", () => {
139
139
secure : true ,
140
140
sameSite : "strict" ,
141
141
domain : undefined ,
142
- path : "/" ,
142
+ path : undefined ,
143
143
expires : expect . any ( Date ) ,
144
144
} ) ;
145
145
} ) ;
@@ -164,7 +164,7 @@ describe("CookieTokenSource", () => {
164
164
sameSite : "strict" ,
165
165
expires : undefined ,
166
166
domain : undefined ,
167
- path : "/" ,
167
+ path : undefined ,
168
168
} ) ;
169
169
} ) ;
170
170
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ describe("CookieTokenSource", () => {
126
126
sameSite : "strict" ,
127
127
domain : undefined ,
128
128
expires : undefined ,
129
- path : "/" ,
129
+ path : undefined ,
130
130
} ) ;
131
131
} ) ;
132
132
@@ -151,7 +151,7 @@ describe("CookieTokenSource", () => {
151
151
secure : true ,
152
152
sameSite : "strict" ,
153
153
domain : undefined ,
154
- path : "/" ,
154
+ path : undefined ,
155
155
expires : expect . any ( Date ) ,
156
156
} ) ;
157
157
} ) ;
@@ -176,7 +176,7 @@ describe("CookieTokenSource", () => {
176
176
sameSite : "strict" ,
177
177
domain : undefined ,
178
178
expires : undefined ,
179
- path : "/" ,
179
+ path : undefined ,
180
180
} ) ;
181
181
} ) ;
182
182
You can’t perform that action at this time.
0 commit comments