Skip to content

Commit

Permalink
Rocoto notebook test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrnetp committed Nov 26, 2024
1 parent eaf0725 commit 476f762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tests/test_rocoto.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def test_building_simple_workflow():
assert tb.cell_output_text(11) == err_yaml
err_out = (
"ERROR 3 UW schema-validation errors found",
"ERROR Error at workflow -> attrs:",
"ERROR Error at workflow.attrs:",
"ERROR 'realtime' is a required property",
"ERROR Error at workflow -> tasks -> task_greet:",
"ERROR Error at workflow.tasks.task_greet:",
"ERROR 'command' is a required property",
"ERROR Error at workflow:",
"ERROR 'log' is a required property",
Expand Down

0 comments on commit 476f762

Please sign in to comment.