Skip to content
Snippets Groups Projects
Commit 5b6d1470 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Formatting.

parent c70ce336
No related branches found
No related tags found
No related merge requests found
Pipeline #12587 passed
......@@ -74,8 +74,8 @@ TEST(test_connection, connection_insecure_authentication_error_anonymous) {
}
TEST(test_connection, connection_ssl_authentication_error_anonymous) {
const auto *port_str =
caosdb::utility::get_env_fallback("CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
const auto *port_str = caosdb::utility::get_env_fallback(
"CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
auto port = std::stoi(port_str);
const auto *const host =
caosdb::utility::get_env_fallback("CAOSDB_SERVER_HOST", "localhost");
......@@ -93,8 +93,8 @@ TEST(test_connection, connection_ssl_authentication_error_anonymous) {
}
TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) {
const auto *port_str =
caosdb::utility::get_env_fallback("CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
const auto *port_str = caosdb::utility::get_env_fallback(
"CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
auto port = std::stoi(port_str);
const auto *const host =
caosdb::utility::get_env_fallback("CAOSDB_SERVER_HOST", "localhost");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment