We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daa51b commit 5cd3256Copy full SHA for 5cd3256
services/director-v2/tests/unit/test_utils_dags.py
@@ -632,7 +632,7 @@ async def test_compute_pipeline_details(
632
inputs=None,
633
image=Image(name="simcore/services/comp/fake", tag="1.3.4"),
634
state=RunningState.NOT_STARTED,
635
- internal_id=3,
+ internal_id=2,
636
node_class=NodeClass.COMPUTATIONAL,
637
created=datetime.datetime.now(tz=datetime.UTC),
638
modified=datetime.datetime.now(tz=datetime.UTC),
0 commit comments