aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/auth.t
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-06 19:43:59 +0200
committerMarius Halden <marius.h@lden.org>2016-07-06 19:43:59 +0200
commit26ef9e161e7ca4bbcf6bcbddb1ba4f215bc349ec (patch)
treea6a4d1019a38e99c7492416af91eb8cb5a90c6db /t/app/controller/auth.t
parent2e7086d04d1ea729bf898acc0cae6835518bc106 (diff)
parent370067141211acde05766fcaa3bfad0f8b232750 (diff)
Merge tag 'v1.8.4' into fiksgatami-devfiksgatami-dev-1.8
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r--t/app/controller/auth.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t
index 235a3af7e..9b3d9468a 100644
--- a/t/app/controller/auth.t
+++ b/t/app/controller/auth.t
@@ -128,7 +128,7 @@ $mech->not_logged_in_ok;
ok my $form = $mech->form_name('change_password'),
"found change password form";
is_deeply [ sort grep { $_ } map { $_->name } $form->inputs ], #
- [ 'confirm', 'new_password' ],
+ [ 'confirm', 'new_password', 'token' ],
"check we got expected fields (ie not old_password)";
# check the various ways the form can be wrong