Skip to content

Commit 890aab6

Browse files
committed
fixed test. not started pipeline now returns not started
1 parent 43bc85b commit 890aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_route_computations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ async def test_get_computation_from_empty_project(
854854
assert returned_computation
855855
expected_computation = ComputationGet(
856856
id=proj.uuid,
857-
state=RunningState.UNKNOWN,
857+
state=RunningState.NOT_STARTED,
858858
pipeline_details=PipelineDetails(
859859
adjacency_list={}, node_states={}, progress=None
860860
),

0 commit comments

Comments
 (0)