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.
2 parents c5800e5 + 7bd0dd9 commit 53f6b07Copy full SHA for 53f6b07
tests/integration/test_dbstatecheck.py
@@ -45,7 +45,9 @@ async def checker(
45
},
46
'runtime': {
47
'bad': {'simulation': {'fail cycle points': '1000'}},
48
- 'output': {'outputs': {'trigger': 'message', 'custom_output': 'foo'}}
+ 'output': {
49
+ 'outputs': {'trigger': 'message', 'custom_output': 'foo'}
50
+ }
51
}
52
})
53
schd: Scheduler = mod_scheduler(wid, paused_start=False)
0 commit comments