Skip to content

Commit

Permalink
fixi
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Dec 17, 2023
1 parent 3c71441 commit 3e16dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('redirectToLoggedInInstance', () => {
['handles not URLs', 'yo ho ho', null],
['handles EU', 'https://eu.posthog.com', 'eu'],
['handles app', 'https://app.posthog.com', null],
['handles US', 'https://us.posthog.com', null],
['handles US', 'https://us.posthog.com', 'us'],
['handles leading quotes', '"https://eu.posthog.com', 'eu'],
['handles trailing quotes', 'https://eu.posthog.com"', 'eu'],
['handles wrapping quotes', '"https://eu.posthog.com"', 'eu'],
Expand Down

0 comments on commit 3e16dd4

Please sign in to comment.