diff options
Diffstat (limited to 't/app/controller/report_updates.t')
-rw-r--r-- | t/app/controller/report_updates.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index 2c7294222..2d49d3eef 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -553,7 +553,7 @@ for my $test ( subtest $test->{desc} => sub { $report->comments->delete; if ( $test->{ report_councils } ) { - $report->council( $test->{ report_councils } ); + $report->bodies_str( $test->{ report_councils } ); $report->update; } @@ -633,7 +633,7 @@ $user->from_body(0); $user->update; $report->state('confirmed'); -$report->council('2504'); +$report->bodies_str('2504'); $report->update; for my $test ( |