From 5fe602d8aebf121dd672b6da4af2607eedbe4007 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Mon, 14 Feb 2022 14:03:32 +0100 Subject: [PATCH] Revert "Revert "TST: update tests"" This reverts commit 27373949e92bcbe6e37c280e107da6a4d2fc3d61. --- 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