From bec17564b9a167273c6798fce435f6dd1eac489e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 27 May 2020 18:55:15 +0200 Subject: [PATCH] Fixed 'ok()' test message for 'mysql_aws_aurora_hostgroups' --- test/tap/tests/test_cluster_sync-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/test_cluster_sync-t.cpp b/test/tap/tests/test_cluster_sync-t.cpp index 658c750e0..9369e6955 100644 --- a/test/tap/tests/test_cluster_sync-t.cpp +++ b/test/tap/tests/test_cluster_sync-t.cpp @@ -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");