diff --git a/src/cli/Clip.cpp b/src/cli/Clip.cpp index 64e56638e..47964b190 100644 --- a/src/cli/Clip.cpp +++ b/src/cli/Clip.cpp @@ -116,6 +116,7 @@ int Clip::executeWithDatabase(QSharedPointer database, QSharedPointer< return EXIT_FAILURE; } + selectedAttribute = "totp"; found = true; value = entry->totp(); } else if (Utils::EntryFieldNames.contains(selectedAttribute)) { diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp index 14012cdcd..f822dfe34 100644 --- a/tests/TestCli.cpp +++ b/tests/TestCli.cpp @@ -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");