diff options
Diffstat (limited to 't/cobrand/fixmybarangay.t')
-rw-r--r-- | t/cobrand/fixmybarangay.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/cobrand/fixmybarangay.t b/t/cobrand/fixmybarangay.t index 00e792341..2f99b8c1e 100644 --- a/t/cobrand/fixmybarangay.t +++ b/t/cobrand/fixmybarangay.t @@ -141,8 +141,9 @@ is $luz_report->state, 'hidden', 'should be hidden'; $mech->delete_user($fmb_test_email); -$mech->delete_problems_for_body( $luz->id ); -$mech->delete_problems_for_body( $dps->id ); +$mech->delete_body($luz); +$mech->delete_body($bsn); +$mech->delete_body($dps); ok $mech->host("www.fixmystreet.com"), "change host back"; |