flows: fully fix unittests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-27 23:47:00 +01:00
parent 035771de81
commit 6f6fe6ad06
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ class TestFlowExecutor(TestCase):
{ {
"background": flow.background.url, "background": flow.background.url,
"type": ChallengeTypes.native.value, "type": ChallengeTypes.native.value,
"component": "", "component": "ak-stage-dummy",
"title": binding4.stage.name, "title": binding4.stage.name,
}, },
) )