2.4 Fix broken sanity_check.cpp

This commit is contained in:
Johan Wikman 2021-12-28 08:29:01 +02:00
parent a3209bd1ca
commit 47a47db79e

View File

@ -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");