Skip to content
Snippets Groups Projects
Verified Commit a84b4694 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: update tests

parent 84f83895
No related branches found
No related tags found
1 merge request!21REL: Use cpplib v0.1.2
Pipeline #18714 failed
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment