diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-02 17:05:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-08 15:32:12 +0100 |
commit | 505953fc71a6142826e1e5743a0a3dc18e306748 (patch) | |
tree | 79bb4371dee529c70a98ef8160da3d412a161d0f /t | |
parent | ba16e095260993d814e6fb603a7d405d08a4ecb9 (diff) |
Remove needless category mappings.
Both filter categories and new report category lists went through mappings
to different data structures, which doesn't seem to be needed.
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/admin/report_edit.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/controller/admin/report_edit.t b/t/app/controller/admin/report_edit.t index 34277ca74..0a4e702bb 100644 --- a/t/app/controller/admin/report_edit.t +++ b/t/app/controller/admin/report_edit.t @@ -558,7 +558,6 @@ subtest "Test setting a report from unconfirmed to something else doesn't cause }; subtest "Test display of report extra data" => sub { - $report->unset_extra_metadata; $mech->get_ok("/admin/report_edit/$report_id"); $mech->content_contains('Extra data: No'); $report->set_extra_metadata('extra_field', 'this is extra data'); |