From 56e842bbf24a57b5aab49f1f1f144a7e2eca83b1 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Wed, 30 Aug 2023 13:37:09 +0200 Subject: [PATCH] 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 c026a00696de1314fa0e27afa725ce35f4016aae) --- .../{tests_sh_allowquery.py => tests_sh_allow_query.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bin/tests/system/allow-query/{tests_sh_allowquery.py => tests_sh_allow_query.py} (92%) diff --git a/bin/tests/system/allow-query/tests_sh_allowquery.py b/bin/tests/system/allow-query/tests_sh_allow_query.py similarity index 92% rename from bin/tests/system/allow-query/tests_sh_allowquery.py rename to bin/tests/system/allow-query/tests_sh_allow_query.py index ce20d79a8e..7b22ee2899 100644 --- a/bin/tests/system/allow-query/tests_sh_allowquery.py +++ b/bin/tests/system/allow-query/tests_sh_allow_query.py @@ -10,5 +10,5 @@ # information regarding copyright ownership. -def test_allowquery(run_tests_sh): +def test_allow_query(run_tests_sh): run_tests_sh()