From b7a180af9bf330e7d47ac36c6157ba63a43910e6 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 8 Oct 2017 17:13:29 +0200 Subject: [PATCH] Fix randomness in integration tests --- test/features/regulation.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/features/regulation.feature b/test/features/regulation.feature index 54e40b79a..f361c2dd5 100644 --- a/test/features/regulation.feature +++ b/test/features/regulation.feature @@ -37,6 +37,4 @@ Feature: Authelia regulates authentication to avoid brute force And I click on "Sign in" And I use "REGISTERED" as TOTP token handle And I click on "TOTP" - Then I have access to: - | url | - | https://public.test.local:8080/secret.html | \ No newline at end of file + Then I'm redirected to "https://public.test.local:8080/secret.html" \ No newline at end of file