diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-16 12:48:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-16 12:48:52 +0000 |
commit | 4afd0026262dd74425d40ac78649db3d8148c883 (patch) | |
tree | d3c3dec2debd71ebbd4419bbc2330956d8dc601e /t/app/controller/report_import.t | |
parent | 86414debecd82fb66a03dc360944afc3ae4be3d6 (diff) |
[fixmystreet.com] Remove friendly A/B test.
This has been running for a year, added in e17eb20.
Diffstat (limited to 't/app/controller/report_import.t')
-rw-r--r-- | t/app/controller/report_import.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/app/controller/report_import.t b/t/app/controller/report_import.t index c8cbcf412..6c0da221c 100644 --- a/t/app/controller/report_import.t +++ b/t/app/controller/report_import.t @@ -156,7 +156,6 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; @@ -193,7 +192,6 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; @@ -281,7 +279,6 @@ subtest "Submit a correct entry (with location)" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; |