mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -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
This commit is contained in:
parent
9e13c3dbcb
commit
c026a00696
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