From a0f92c7fd20855d49b4a6f4e53c24c9eb373d4f6 Mon Sep 17 00:00:00 2001 From: Younes Khoudli Date: Thu, 18 Jan 2024 12:07:07 +0100 Subject: [PATCH] FIXUP use del fast_rolling_stock --- tests/tests/test_timetable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/test_timetable.py b/tests/tests/test_timetable.py index 47a04e6060c..acbc9169eeb 100644 --- a/tests/tests/test_timetable.py +++ b/tests/tests/test_timetable.py @@ -163,7 +163,7 @@ def test_get_timetable( def test_timetable_import(small_scenario: Scenario, fast_rolling_stock: int): - _ = fast_rolling_stock # We use it by name + del fast_rolling_stock # We use it by name requests.post(f"{EDITOAST_URL}infra/{small_scenario.infra}/load").raise_for_status() payload = [ {