diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-06 19:53:50 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-06 19:53:50 +0200 |
commit | 02edc2af388e8e77c6da876bcec3633ea9161083 (patch) | |
tree | 59e65ccfc88c0795476db7ae709013862c7161c3 /t/app/controller/auth.t | |
parent | 2cf7f0dcf146143613beb102d0dd227238776b69 (diff) | |
parent | 26ef9e161e7ca4bbcf6bcbddb1ba4f215bc349ec (diff) |
Oppgrader til 1.8.4fiksgatami-prod-1.8
Merge branch 'fiksgatami-dev' into fiksgatami-prod
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r-- | t/app/controller/auth.t | 2 |
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 |