Skip to content

Commit 6287e42

Browse files
authored
Update patch-session-token-path.test.ts
1 parent 13f7429 commit 6287e42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/apps/shopify-app-react-router/src/server/authenticate/admin/__tests__/patch-session-token-path.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ describe('authorize.admin path session token path', () => {
7575

7676
// THEN
7777
// Should render the bounce page (AppBridge script) even though pathname doesn't exactly match config.auth.patchSessionTokenPath
78-
// Currently FAILS because url.pathname="/base-path/auth/session-token" doesn't match config.auth.patchSessionTokenPath="/auth/session-token"
7978
expect(response.status).toBe(200);
8079
expectDocumentRequestHeaders(response, config.isEmbeddedApp);
8180
expect(response.headers.get('content-type')).toBe(

0 commit comments

Comments
 (0)