"""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"