Skip to content

Commit 5de09f7

Browse files
committed
wip
1 parent e50a439 commit 5de09f7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • tests/unit/manager/sokovan/deployment/route/executor

tests/unit/manager/sokovan/deployment/route/executor/conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,6 @@ def provisioning_route_with_revision() -> RouteData:
189189
)
190190

191191

192-
@pytest.fixture
193-
def provisioning_route_without_revision() -> RouteData:
194-
"""PROVISIONING route without revision_id."""
195-
return _create_route_data(
196-
status=RouteStatus.PROVISIONING,
197-
revision_id=None,
198-
)
199-
200-
201192
@pytest.fixture
202193
def provisioning_routes_multiple() -> list[RouteData]:
203194
"""Multiple PROVISIONING routes."""

0 commit comments

Comments
 (0)