Skip to content

Commit

Permalink
BC-7171 - Add NOT_AUTHENTICATED_REDIRECT_URL to Tldraw-Config API test
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Dec 19, 2024
1 parent 0f6dc50 commit ada1b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/server/api/test/tldraw-config.api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe('Tldraw-Config Api Test', () => {
TLDRAW_ASSETS_ENABLED: true,
TLDRAW_ASSETS_MAX_SIZE_BYTES: 10485760,
TLDRAW_WEBSOCKET_URL: 'ws://localhost:3399',
NOT_AUTHENTICATED_REDIRECT_URL: 'http://localhost:4000/login',
});
});
});
Expand Down

0 comments on commit ada1b4d

Please sign in to comment.