diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-29 17:34:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-02 22:07:26 +0100 |
commit | 4b4da81ffec527df9741c960d79294b48bb4dcaa (patch) | |
tree | 572b84591d6060662be605ff49b4f1cb3210507b /t | |
parent | ddcac0fd2596cc68ea98fe9dd8391f0ae109bfa8 (diff) |
Stop warning in contact test.
Diffstat (limited to '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', }, |