Fix has_label() function name

This commit is contained in:
Timofey Turenko
2019-09-16 12:17:12 +03:00
parent bdfd7341e7
commit ea95d9a523
3 changed files with 4 additions and 4 deletions

View File

@ -299,7 +299,7 @@ TestConnections::TestConnections(int argc, char* argv[])
mdbci_labels = get_mdbci_lables(labels);
if (check_label(std::string(labels), "BACKEND_SSL"))
if (has_label(std::string(labels), "BACKEND_SSL"))
{
backend_ssl = true;
tprintf("Test has BACKEND_SSL label");