Skip to content

Commit

Permalink
Mark fake secret as "notsecret" (#14336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse authored Mar 11, 2024
1 parent c6c3b61 commit 98f375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robottelo/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_productmd():
def test_pyotp():
import pyotp

fake_secret = 'JBSWY3DPEHPK3PXP'
fake_secret = 'JBSWY3DPEHPK3PXP' # notsecret
totp = pyotp.TOTP(fake_secret)
assert totp.now()

Expand Down

0 comments on commit 98f375d

Please sign in to comment.