Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Mar 15, 2024
1 parent 34e7115 commit 170a39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('Server App Factory', () => {
get() {
return '';
},
originalUrl: '/',
originalUrl: 'http://www.example.com/',
};
RES = {
status: jest.fn(),
Expand Down

0 comments on commit 170a39c

Please sign in to comment.