From a84b469443c36151cc5017dbaa89869954eff31e Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 31 Jan 2022 18:10:28 +0100
Subject: [PATCH] TST: update tests

---
 test/test_connection.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_connection.cpp b/test/test_connection.cpp
index c3686a9..f0042f2 100644
--- a/test/test_connection.cpp
+++ b/test/test_connection.cpp
@@ -84,7 +84,7 @@ TEST(test_connection, connection_ssl_authentication_error_anonymous) {
   EXPECT_THROW_MESSAGE(connection.RetrieveVersionInfo(), AuthenticationError,
                        "The attempt to execute this transaction has not been "
                        "executed at all because the authentication did not "
-                       "succeed. Original error: Please login.");
+                       "succeed. Original error: Please log in!");
 }
 
 TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) {
-- 
GitLab