Skip to content

Commit aa00aa9

Browse files
author
sunnydanu
committed
fix(e2e): fixed broken test case
1 parent 8eab43b commit aa00aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/otp-code-generator-and-validator/otp.service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('otp functions', () => {
108108
describe('buildKeyUri', () => {
109109
it('build a key uri string', () => {
110110
expect(buildKeyUri({ secret: 'JBSWY3DPEHPK3PXP' })).to.eql(
111-
'otpauth://totp/godev.run:demo-user?issuer=godev-run&secret=JBSWY3DPEHPK3PXP&algorithm=SHA1&digits=6&period=30',
111+
'otpauth://totp/godev.run:demo-user?issuer=godev.run&secret=JBSWY3DPEHPK3PXP&algorithm=SHA1&digits=6&period=30',
112112
);
113113

114114
expect(

0 commit comments

Comments
 (0)