tests: Rename test for consistency

Now we have `cql_auth_query_test` and `cql_auth_syntax_test`.
This commit is contained in:
Jesse Haber-Kucharsky
2018-02-27 13:05:43 -05:00
parent 464f41d2bb
commit 90af3d889a
3 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ scylla_tests = [
'tests/role_manager_test',
'tests/caching_options_test',
'tests/auth_resource_test',
'tests/cql_roles_query_test',
'tests/cql_auth_query_test',
'tests/enum_set_test',
'tests/extensions_test',
'tests/cql_auth_syntax_test',

View File

@@ -96,7 +96,7 @@ boost_tests = [
'role_manager_test',
'caching_options_test',
'auth_resource_test',
'cql_roles_query_test',
'cql_auth_query_test',
'enum_set_test',
'extensions_test',
'cql_auth_syntax_test',