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:
Tom Krizek
2023-08-30 13:37:09 +02:00
parent 09a8dd2f5b
commit 56e842bbf2

View File

@@ -10,5 +10,5 @@
# information regarding copyright ownership.
def test_allowquery(run_tests_sh):
def test_allow_query(run_tests_sh):
run_tests_sh()