From 122e2a7b4a5a994b5a55bafd7304aa879f3bd17b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 May 2019 22:22:08 +0200 Subject: adjust tests for /account/... URL changes --- t/01-static.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/01-static.t') diff --git a/t/01-static.t b/t/01-static.t index 9b0906a..1d80ee0 100644 --- a/t/01-static.t +++ b/t/01-static.t @@ -27,7 +27,7 @@ $t->get_ok('/about')->status_is(200); # Protected sites should redirect to login form -for my $protected (qw(/account /change_password /history /s/EE)) { +for my $protected (qw(/account /account/password /history /s/EE)) { $t->get_ok($protected)->text_like( 'button' => qr{Anmelden} ); } -- cgit v1.2.3