Add clipboard copy message for totp CLI

This commit is contained in:
thePR0M3TH3AN
2025-07-03 16:16:05 -04:00
parent 0c742890c1
commit 083a93440b
3 changed files with 3 additions and 0 deletions

View File

@@ -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"