Skip to content

Commit

Permalink
test: add explanation comment to oauth2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Aug 4, 2024
1 parent 1614036 commit 7abc764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/end-to-end/oauth2provider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ import fetch from "isomorphic-fetch";

import { TEST_CLIENT_BASE_URL, TEST_SERVER_BASE_URL, SIGN_OUT_API } from "../constants";

// We do no thave to use a separate domain for the oauth2 client, since the way we are testing
// the lib doesn't interact with the supertokens session handling.
// Using a redirection uri that has the same domain as the auth portal shouldn't affect the test.

/*
* Tests.
*/
Expand Down

0 comments on commit 7abc764

Please sign in to comment.