tests/e2e: fix blueprint paths
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -26,8 +26,8 @@ class TestFlowsAuthenticator(SeleniumTestCase): | ||||
|  | ||||
|     @retry() | ||||
|     @apply_blueprint( | ||||
|         "blueprints/default/10-flow-default-authentication-flow.yaml", | ||||
|         "blueprints/default/10-flow-default-invalidation-flow.yaml", | ||||
|         "default/10-flow-default-authentication-flow.yaml", | ||||
|         "default/10-flow-default-invalidation-flow.yaml", | ||||
|     ) | ||||
|     def test_totp_validate(self): | ||||
|         """test flow with otp stages""" | ||||
| @ -52,8 +52,8 @@ class TestFlowsAuthenticator(SeleniumTestCase): | ||||
|  | ||||
|     @retry() | ||||
|     @apply_blueprint( | ||||
|         "blueprints/default/10-flow-default-authentication-flow.yaml", | ||||
|         "blueprints/default/10-flow-default-invalidation-flow.yaml", | ||||
|         "default/10-flow-default-authentication-flow.yaml", | ||||
|         "default/10-flow-default-invalidation-flow.yaml", | ||||
|     ) | ||||
|     @apply_blueprint("default/20-flow-default-authenticator-totp-setup.yaml") | ||||
|     def test_totp_setup(self): | ||||
| @ -98,8 +98,8 @@ class TestFlowsAuthenticator(SeleniumTestCase): | ||||
|  | ||||
|     @retry() | ||||
|     @apply_blueprint( | ||||
|         "blueprints/default/10-flow-default-authentication-flow.yaml", | ||||
|         "blueprints/default/10-flow-default-invalidation-flow.yaml", | ||||
|         "default/10-flow-default-authentication-flow.yaml", | ||||
|         "default/10-flow-default-invalidation-flow.yaml", | ||||
|     ) | ||||
|     @apply_blueprint("default/20-flow-default-authenticator-static-setup.yaml") | ||||
|     def test_static_setup(self): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer