diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index ec1fd05e4..41a7a4cc8 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -2103,7 +2103,7 @@ int TestConnections::call_mdbci(const char * options) return 1; } - std::string team_keys = readenv("team_keys", "~/team_keys"); + std::string team_keys = readenv("team_keys", "~/.ssh/id_rsa.pub"); system((std::string("mdbci public_keys --key ") + team_keys + std::string(" ") +