summaryrefslogtreecommitdiff
path: root/tests/functional-tests/fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/fixtures.py')
-rw-r--r--tests/functional-tests/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/fixtures.py b/tests/functional-tests/fixtures.py
index 9a05ffe10..1cab229b8 100644
--- a/tests/functional-tests/fixtures.py
+++ b/tests/functional-tests/fixtures.py
@@ -311,7 +311,7 @@ class TrackerCommandLineTestCase(ut.TestCase):
shutil.rmtree(dirpath, ignore_errors=True)
def data_path(self, filename):
- test_data = pathlib.Path(__file__).parent.joinpath('test-data')
+ test_data = pathlib.Path(__file__).parent.joinpath('data')
return test_data.joinpath(filename)
def run_cli(self, command):