aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_as_other.t
diff options
context:
space:
mode:
authorpezholio <pezholio@gmail.com>2017-01-11 14:17:34 +0000
committerpezholio <pezholio@gmail.com>2017-01-17 14:33:19 +0000
commite81d5b686a44e7a07db276cccc718c4e28a28a1c (patch)
tree1d02a25d57ad72f784671be5a6a625055ef415cf /t/app/controller/report_as_other.t
parentf53446b021827a298583d589e15bdb87a1b00328 (diff)
Show user details for users with correct permissions
Diffstat (limited to 't/app/controller/report_as_other.t')
-rw-r--r--t/app/controller/report_as_other.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/controller/report_as_other.t b/t/app/controller/report_as_other.t
index 505a1bf6b..b4405be57 100644
--- a/t/app/controller/report_as_other.t
+++ b/t/app/controller/report_as_other.t
@@ -191,4 +191,3 @@ sub dropdown_shown {
my ($shown, $name) = @_;
is grep({ $_ eq 'form_as' } keys %{$mech->visible_form_values($name)}), $shown, "Dropdown shown = $shown";
}
-