mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Add clipboard copy message for totp CLI
This commit is contained in:
@@ -63,4 +63,5 @@ def test_totp_command(monkeypatch, capsys):
|
||||
assert rc == 0
|
||||
out = capsys.readouterr().out
|
||||
assert "123456" in out
|
||||
assert "copied to clipboard" in out.lower()
|
||||
assert called.get("val") == "123456"
|
||||
|
Reference in New Issue
Block a user