Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-11-24 19:10:40 +0300
committerJonathan White <support@dmapps.us>2019-12-22 01:28:27 +0300
commitc0796d8fb1d7b840a1f019de4c5a0e577d18f88b (patch)
tree3d26de72d1a737c491399c1408bacf2da47635ab /tests
parent7f262a1210415ff41657b1dbb1e98094430ee1b1 (diff)
Add option to use entry only for HTTP Basic Auth
Diffstat (limited to 'tests')
-rw-r--r--tests/TestBrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestBrowser.cpp b/tests/TestBrowser.cpp
index a3611399e..8da2a2896 100644
--- a/tests/TestBrowser.cpp
+++ b/tests/TestBrowser.cpp
@@ -57,7 +57,7 @@ void TestBrowser::testChangePublicKeys()
auto response = m_browserAction->handleAction(json);
QCOMPARE(response["action"].toString(), QString("change-public-keys"));
QCOMPARE(response["publicKey"].toString() == PUBLICKEY, false);
- QCOMPARE(response["success"].toString(), QString("true"));
+ QCOMPARE(response["success"].toString(), TRUE_STR);
}
void TestBrowser::testEncryptMessage()