Skip to content

Commit

Permalink
Udpate test
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Aug 21, 2024
1 parent fb28e6f commit c8c4d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/next_url.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('test validateNextUrl', () => {

test('allow basePath', () => {
const url = '/osd';
expect(validateNextUrl(url, 'osd')).toEqual(undefined);
expect(validateNextUrl(url, '/osd')).toEqual(undefined);
});

test('allow dashboard url', () => {
Expand Down

0 comments on commit c8c4d20

Please sign in to comment.