test_scheduler: refactor dataset metadata support

pull/2130/head
Simon Renblad 2023-06-30 13:44:19 +08:00 committed by Sébastien Bourdeauducq
parent 376f36c965
commit 1af98727b7
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class SchedulerCase(unittest.TestCase):
self.assertEqual(
mod,
{"action": "setitem", "key": "termination_ok",
"value": (False, True), "path": []})
"value": (False, True, {}), "path": []})
termination_ok = True
handlers = {
"update_dataset": check_termination