Skip to content

Commit 8e14cc1

Browse files
committed
wip
1 parent 5de09f7 commit 8e14cc1

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
@@ -180,15 +180,6 @@ def provisioning_route_with_session() -> RouteData:
180180
)
181181

182182

183-
@pytest.fixture
184-
def provisioning_route_with_revision() -> RouteData:
185-
"""PROVISIONING route with a specific revision_id."""
186-
return _create_route_data(
187-
status=RouteStatus.PROVISIONING,
188-
revision_id=uuid4(),
189-
)
190-
191-
192183
@pytest.fixture
193184
def provisioning_routes_multiple() -> list[RouteData]:
194185
"""Multiple PROVISIONING routes."""

0 commit comments

Comments
 (0)