diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/requests/mapping_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/mapping_tests.py b/test/requests/mapping_tests.py index 19b22c21..85bd02bd 100644 --- a/test/requests/mapping_tests.py +++ b/test/requests/mapping_tests.py @@ -5,7 +5,7 @@ import requests from lxml.html import fromstring def load_data_from_file(): - filename = "../test/data/input/mapping/1435395_s_at_HC_M2_0606_P.json" + filename = "test/data/input/mapping/1435395_s_at_HC_M2_0606_P.json" file_handle = open(filename, "r") file_data = json.loads(file_handle.read().encode("utf-8")) return file_data |