Skip to content

Commit

Permalink
Use tengable location query
Browse files Browse the repository at this point in the history
- although that leads to being able to run the test only once
  • Loading branch information
EricKolibacz committed Nov 24, 2023
1 parent b18b9ba commit 89ce584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_get_all_trips_empty():

def test_requesting_trips_creation():
"""Test whether it is possible to request the creation of trips for a given location"""
origin_description = "".join(random.choice(string.ascii_letters) for i in range(10))
origin_description = LOCATION_3
number_of_trips = 1

origin = Location(**client.get_location(origin_description).json())
Expand Down

0 comments on commit 89ce584

Please sign in to comment.