diff options
Diffstat (limited to 't/cobrand/fixamingata.t')
-rw-r--r-- | t/cobrand/fixamingata.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/fixamingata.t b/t/cobrand/fixamingata.t index daa7a2e8f..105847576 100644 --- a/t/cobrand/fixamingata.t +++ b/t/cobrand/fixamingata.t @@ -32,7 +32,7 @@ FixMyStreet::App->model('DB::Contact')->find_or_create({ note => 'Note', }); -my @reports = $mech->create_problems_for_body( 1, 1, 'Test', { +my @reports = $mech->create_problems_for_body( 1, $body->id, 'Test', { cobrand => 'fixamingata', latitude => '55.605833', longitude => '13.035833', |