Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 20, 2024
1 parent e9b3547 commit 9d13c1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/integration/scripts/test_validate_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ def test_validate_simple_graph(flow, validate, caplog):
})
validate(id_)
expect = (
'deprecated graph items were automatically upgraded '
'in "workflow definition":'
'\n * (8.0.0) [scheduling][dependencies][X]graph'
' -> [scheduling][graph]X - for X in:\n graph'
'deprecated graph items were automatically upgraded'
' in "workflow definition":'
'\n * (8.0.0) [scheduling][dependencies]graph -> [scheduling][graph]R1'
)
assert expect in caplog.messages

Expand Down

0 comments on commit 9d13c1c

Please sign in to comment.