Fixed 'ok()' test message for 'mysql_aws_aurora_hostgroups'

pull/2833/head
Javier Jaramago Fernández 6 years ago
parent 98a677d4af
commit bec17564b9

@ -723,7 +723,7 @@ int main(int, char**) {
}
}
ok(not_synced_query == false, "'mysql_aws_aurora_hostgroups' should be synced.");
ok(not_synced_query == false, "'mysql_aws_aurora_hostgroups' with NULL comments should be synced.");
// TEARDOWN CONFIG
MYSQL_QUERY__(proxysql_admin, "DELETE FROM mysql_aws_aurora_hostgroups");

Loading…
Cancel
Save