Merge branch 'next' into new-forms

This commit is contained in:
Jens Langhammer 2021-03-27 23:48:04 +01:00
commit 0fcef494a6
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,
}, },
) )