summaryrefslogtreecommitdiff
path: root/tests/unit/misc/userscripts/test_qute_lastpass.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/userscripts/test_qute_lastpass.py')
-rw-r--r--tests/unit/misc/userscripts/test_qute_lastpass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/userscripts/test_qute_lastpass.py b/tests/unit/misc/userscripts/test_qute_lastpass.py
index aca3bb224..b95fa5f3f 100644
--- a/tests/unit/misc/userscripts/test_qute_lastpass.py
+++ b/tests/unit/misc/userscripts/test_qute_lastpass.py
@@ -203,7 +203,7 @@ class TestQuteLastPassMain:
exit_code = qute_lastpass.main(arguments_mock)
assert exit_code == qute_lastpass.ExitCodes.FAILURE
- # FIXME:qt6 (lint): disable=line-too-long
+ # FIXME:v4 (lint): disable=line-too-long
stderr_mock.assert_called_with(
"LastPass CLI returned for www.example.com - Error: Could not find decryption key. Perhaps you need to login with `lpass login`.")
qutecommand_mock.assert_not_called()