We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8745d commit e71a62cCopy full SHA for e71a62c
1 file changed
tests/unit/manager/repositories/deployment/test_deployment_repository_history.py
@@ -1457,8 +1457,8 @@ async def test_route_with_history(
1457
route_id=route_id,
1458
deployment_id=endpoint_id,
1459
phase="provisioning",
1460
- from_status=str(RouteStatus.PROVISIONING.value),
1461
- to_status=str(RouteStatus.PROVISIONING.value),
+ from_status=RouteStatus.PROVISIONING,
+ to_status=RouteStatus.PROVISIONING,
1462
result=str(SchedulingResult.FAILURE),
1463
error_code="SESSION_CREATION_FAILED",
1464
message="Session creation failed",
0 commit comments