From 47a47db79e090abf533bf594d93e53fdf6883a1f Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 28 Dec 2021 08:29:01 +0200 Subject: [PATCH] 2.4 Fix broken sanity_check.cpp --- system-test/sanity_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");