summaryrefslogtreecommitdiff
path: root/t/01-static.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-03 22:22:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-03 22:22:08 +0200
commit122e2a7b4a5a994b5a55bafd7304aa879f3bd17b (patch)
tree6c56b9db86add4e08c7d27d13dcec2545cfb39e3 /t/01-static.t
parent2810eb490ca8465343e009f9d9a0f8be6400eb11 (diff)
adjust tests for /account/... URL changes
Diffstat (limited to 't/01-static.t')
-rw-r--r--t/01-static.t2
1 files changed, 1 insertions, 1 deletions
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} );
}