Skip to content

Commit 13f7429

Browse files
authored
Update test case comment for clarity
Removed outdated comment explaining the failure reason for the test case.
1 parent a926d16 commit 13f7429

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/apps/shopify-app-react-router/src/server/authenticate/admin/__tests__/doc-request-path.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ describe('authorize.admin doc request path', () => {
6565

6666
// THEN
6767
// SHOULD throw 500 error with helpful message
68-
// Currently FAILS because pathname="/base-path/auth/login" doesn't match config.auth.loginPath="/auth/login"
69-
// So it doesn't detect this is the login path and throws a different error instead
7068
expect(response.status).toBe(500);
7169
const errorMessage = await response.text();
7270
expect(errorMessage).toContain(

0 commit comments

Comments
 (0)