Skip to content

Commit

Permalink
fix(#3693): path import
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Jun 9, 2023
1 parent 46a4e4c commit 77b1210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b1210

Please sign in to comment.