mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2026-01-06 05:15:42 +01:00
parent
7af4017910
commit
a51507b701
4 changed files with 6 additions and 7 deletions
|
|
@ -140,7 +140,6 @@ Type: totp
|
|||
self.assertEqual(actual_output, expected_output)
|
||||
|
||||
def test_extract_printqr(self):
|
||||
if platform.startswith("win"): self.skipTest("This test is not supported on Windows.")
|
||||
out = io.StringIO()
|
||||
with redirect_stdout(out):
|
||||
extract_otp_secret_keys.main(['-p', 'example_export.txt'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue