aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-01-11 10:01:52 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-01-11 10:01:52 +0000
commitaa1b31d659cf2f988ac5b9c1cc06dba9d866c3db (patch)
tree7ed9203675cb31939e4c6dbe29aac42c392378d0 /t/app/controller/admin.t
parente9b0c003c94fd70dd18a56502e3501753ecfe3ca (diff)
Fix bug in admin interface deleting a mark-fixed comment.
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r--t/app/controller/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index beeb6c9c1..0a6f09585 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -947,7 +947,7 @@ subtest 'hiding comment marked as fixed reopens report' => sub {
$update->mark_fixed( 1 );
$update->update;
- $report->state('fixed');
+ $report->state('fixed - user');
$report->update;