mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
09a8dd2f5b
commit
56e842bbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@
|
|||
# information regarding copyright ownership.
|
||||
|
||||
|
||||
def test_allowquery(run_tests_sh):
|
||||
def test_allow_query(run_tests_sh):
|
||||
run_tests_sh()
|
||||
Loading…
Reference in a new issue