Rename allow-query pytest glue file
To conform with the expected naming convention, the pytest glue file for
the `allow-query` test should use underscore as the word separator in
the python file name: allow-query/tests_sh_allow_query.py
(cherry picked from commit c026a00696)
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
# information regarding copyright ownership.
|
||||
|
||||
|
||||
def test_allowquery(run_tests_sh):
|
||||
def test_allow_query(run_tests_sh):
|
||||
run_tests_sh()
|
||||
Reference in New Issue
Block a user