Skip to content

Commit 9206094

Browse files
committed
test(redirect): modify RedirectService test to use specific staging URL for ogUrl
1 parent bf3fb8b commit 9206094

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
@@ -131,7 +131,7 @@ describe('RedirectService', () => {
131131
'test',
132132
undefined,
133133
'Mozilla/5.0',
134-
`https://staging.${ogUrl}.malicious.com`,
134+
'https://staging.go.gov.sg.malicious.com',
135135
)
136136

137137
expect(result.redirectType).toBe(RedirectType.TransitionPage)

0 commit comments

Comments
 (0)