fix expected interfaces config

v2.x-test20230530
Miro Stauder 3 years ago committed by GitHub
parent 9f4cf9a21c
commit a2f2156c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ int main(int argc, char** argv) {
}
{
std::string current = get_admin_mysql_ifaces(proxysql_admin);
char * expected = (char *)"0.0.0.0:6032";
char * expected = (char *)"0.0.0.0:6032;0.0.0.0:6031;/tmp/proxysql_admin.sock";
ok(strcmp(current.c_str(),expected)==0, "Line: %d , Current admin-mysql_ifaces = %s . Expected = %s", __LINE__, current.c_str(), expected);
}

Loading…
Cancel
Save