Skip to content

Commit

Permalink
fix(e2e): fixed broken test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnydanu committed Oct 27, 2024
1 parent 8eab43b commit aa00aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('otp functions', () => {
describe('buildKeyUri', () => {
it('build a key uri string', () => {
expect(buildKeyUri({ secret: 'JBSWY3DPEHPK3PXP' })).to.eql(
'otpauth://totp/godev.run:demo-user?issuer=godev-run&secret=JBSWY3DPEHPK3PXP&algorithm=SHA1&digits=6&period=30',
'otpauth://totp/godev.run:demo-user?issuer=godev.run&secret=JBSWY3DPEHPK3PXP&algorithm=SHA1&digits=6&period=30',
);

expect(
Expand Down

0 comments on commit aa00aa9

Please sign in to comment.