mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix CLI output when using clip with the -t flag
if you use the CLI with -t/--totp flag, the program prints out: "Entry's "password" attribute copied to the clipboard!" expected output is "Entry's "totp" attribute copied to the clipboard!" the same when you run with -a totp
This commit is contained in:
parent
ed7b634dbf
commit
612c1098ea
2 changed files with 2 additions and 0 deletions
|
@ -671,6 +671,7 @@ void TestCli::testClip()
|
|||
setInput("a");
|
||||
execCmd(clipCmd, {"clip", m_dbFile->fileName(), "/Sample Entry", "0", "--totp"});
|
||||
QTRY_VERIFY(isTotp(clipboard->text()));
|
||||
QCOMPARE(m_stdout->readLine(), QByteArray("Entry's \"totp\" attribute copied to the clipboard!\n"));
|
||||
|
||||
// Test Unicode
|
||||
setInput("a");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue