diff --git a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travellers/tests/shared_tests.py b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travellers/tests/shared_tests.py index cd3b1fe..822ae85 100644 --- a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travellers/tests/shared_tests.py +++ b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travellers/tests/shared_tests.py @@ -1,4 +1,4 @@ -from .src.shared import * +from ..src.shared import * country_name = "Spain" latitude = "40.416705"