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

STY: formatting

parent 16ae5462
No related branches found
No related tags found
1 merge request!2Error handling
Pipeline #10879 failed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -110,7 +110,9 @@ TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) {
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: Authentication failed. Username or password wrong.");
"The attempt to execute this transaction has not been executed at all "
"because the authentication did not succeed. Original error: "
"Authentication failed. Username or password wrong.");
}
TEST(test_connection, connection_ssl_authentication_success) {
......
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