From 6f6fe6ad06819ba7b2844270123fbb8725172ed3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 27 Mar 2021 23:47:00 +0100 Subject: [PATCH] flows: fully fix unittests Signed-off-by: Jens Langhammer --- authentik/flows/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/flows/tests/test_views.py b/authentik/flows/tests/test_views.py index 6664ea28f..d75e507ef 100644 --- a/authentik/flows/tests/test_views.py +++ b/authentik/flows/tests/test_views.py @@ -447,7 +447,7 @@ class TestFlowExecutor(TestCase): { "background": flow.background.url, "type": ChallengeTypes.native.value, - "component": "", + "component": "ak-stage-dummy", "title": binding4.stage.name, }, )