Skip to content

Commit

Permalink
tests/integration: make outputs different to labels
Browse files Browse the repository at this point in the history
* Ensure output "label != message" to avoid the potential for mixups.
  • Loading branch information
oliver-sanders committed Mar 4, 2024
1 parent 3375fdf commit 5f7904a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/scripts/test_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def test_rerun_incomplete(
},
'runtime': {
# register a custom output
'a': {'outputs': {'x': 'x'}},
'a': {'outputs': {'x': 'xyz'}},
},
})
schd = scheduler(id_, paused_start=False)
Expand Down Expand Up @@ -103,7 +103,7 @@ async def test_data_store(
},
'runtime': {
# register a custom output
'a': {'outputs': {'x': 'x'}},
'a': {'outputs': {'x': 'xyz'}},
},
})
schd = scheduler(id_)
Expand Down

0 comments on commit 5f7904a

Please sign in to comment.