diff --git a/tests/integration/test_fim/test_registry/test_registry_wildcards/test_registry_wildcards.py b/tests/integration/test_fim/test_registry/test_registry_wildcards/test_registry_wildcards.py index 648793fbe5..68ff46df9a 100644 --- a/tests/integration/test_fim/test_registry/test_registry_wildcards/test_registry_wildcards.py +++ b/tests/integration/test_fim/test_registry/test_registry_wildcards/test_registry_wildcards.py @@ -72,7 +72,7 @@ # Reference paths TEST_DATA_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'data') -CONFIGURATIONS_PATH = os.path.join(TEST_DATA_PATH, 'configuration_template') +CONFIGURATIONS_PATH = os.path.join(TEST_DATA_PATH, 'configuration_templates') TEST_CASES_PATH = os.path.join(TEST_DATA_PATH, 'test_cases') # Configuration and cases data