diff --git a/system-test/sanity_check.cpp b/system-test/sanity_check.cpp index b97869120..6f4372efb 100644 --- a/system-test/sanity_check.cpp +++ b/system-test/sanity_check.cpp @@ -101,7 +101,7 @@ void test_rwsplit(TestConnections& test) void test_mxs3915(TestConnections& test) { - auto c = test.maxscale->rwsplit(); + auto c = test.maxscales->rwsplit(); test.expect(c.connect(), "Failed to connect: %s", c.error()); c.query("SET autocommit=0"); c.query("COMMIT");