diff options
Diffstat (limited to 't/app/controller/contact.t')
-rw-r--r-- | t/app/controller/contact.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t index bf157d699..842f27dd5 100644 --- a/t/app/controller/contact.t +++ b/t/app/controller/contact.t @@ -448,6 +448,7 @@ for my $test ( token => $csrf, dest => 'from_council', success_url => '/faq', + s => "", }, url_should_be => 'http://localhost/faq', }, @@ -457,6 +458,7 @@ for my $test ( token => $csrf, dest => 'from_council', success_url => 'http://www.example.com', + s => "", }, url_should_be => 'http://www.example.com', }, |