flows: fix tests for dummy stage

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-27 22:58:41 +01:00
parent 1bc48d2bea
commit 261583cb92
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,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": binding.stage.name, "title": binding.stage.name,
}, },
) )