Skip to content

Commit 36b91b0

Browse files
committed
test(redirect): rename test suite to 'redirectFor' for clarity in RedirectService tests
1 parent 9206094 commit 36b91b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/modules/redirect/services/__tests__/RedirectService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('RedirectService', () => {
5959
)
6060
})
6161

62-
describe('referrer validation', () => {
62+
describe('redirectFor', () => {
6363
it('should allow direct redirect for exact ogUrl match when user has not visited before', async () => {
6464
const result = await redirectService.redirectFor(
6565
'test',

0 commit comments

Comments
 (0)