diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-11 15:55:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-11 15:55:07 +0000 |
commit | e7e0c34ff187e80665ab5fec307bdf9290bfc5d0 (patch) | |
tree | 5f35d42715d5758148e1c7b280e0dfc7837b87aa /t/app/controller/report_import.t | |
parent | 0e33fbe0e8eacde6053ba518d8fcfb9438cc0942 (diff) | |
parent | e17eb20dbcca1f0087387f8137448902824a607e (diff) |
Merge branch '1341-friendly-ab-test'
Diffstat (limited to 't/app/controller/report_import.t')
-rw-r--r-- | t/app/controller/report_import.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/app/controller/report_import.t b/t/app/controller/report_import.t index 220ebaac5..26acf7790 100644 --- a/t/app/controller/report_import.t +++ b/t/app/controller/report_import.t @@ -159,6 +159,7 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; @@ -195,6 +196,7 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; @@ -285,6 +287,7 @@ subtest "Submit a correct entry (with location)" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; |