core/tests/components/here_travel_time/const.py

9 lines
197 B
Python

"""Constants for HERE Travel Time tests."""
API_KEY = "test"
CAR_ORIGIN_LATITUDE = "38.9"
CAR_ORIGIN_LONGITUDE = "-77.04833"
CAR_DESTINATION_LATITUDE = "39.0"
CAR_DESTINATION_LONGITUDE = "-77.1"