Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Aug 9, 2024
1 parent 807c48a commit 799fd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/src/endpoints/gtfs_feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def test_invalid_bb_input_followed_by_valid_request(self):
response = self.get_response("v1/gtfs_feeds", params={"limit": 10})
assert (
response.status_code == 200
), f"Expected a 200 status code for subsequent valid GTFS feeds request, got {response.status_code}."
), f"Expected a 200 status code for subsequent valid GTFS feeds request, got {response.status_code}."
2 changes: 1 addition & 1 deletion integration-tests/src/endpoints/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@ def test_all(self, target_classes=[]):
def clear_tasks(test_task, progress):
for task in progress.task_ids:
if task != test_task:
progress.remove_task(task)
progress.remove_task(task)

0 comments on commit 799fd33

Please sign in to comment.