From 27373949e92bcbe6e37c280e107da6a4d2fc3d61 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 31 Jan 2022 20:22:06 +0100
Subject: [PATCH] Revert "TST: update tests"

This reverts commit a84b469443c36151cc5017dbaa89869954eff31e.
---
 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 f0042f2..c3686a9 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 log in!");
+                       "succeed. Original error: Please login.");
 }
 
 TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) {
-- 
GitLab