From beacd99bfbc815ebd3ae37b060910a9a323ca5a2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 Jan 2024 10:52:25 +0300 Subject: Fix path in mechanical-rob tests --- test/requests/mapping_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requests/mapping_tests.py') 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 -- cgit v1.2.3