diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fixmystreet.com/fixture | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture index 4a5bd3aed..35e4e819c 100755 --- a/bin/fixmystreet.com/fixture +++ b/bin/fixmystreet.com/fixture @@ -98,6 +98,12 @@ if ($opt->test_fixtures) { name => 'Northamptonshire County Council', }); say "Created body " . $ncc->name . " for MapIt area ID 2234, categories Fallen Tree"; + $ncc = FixMyStreet::DB::Factory::Body->find_or_create({ + area_id => 2397, + categories => [ 'Graffiti' ], + name => 'Northampton Borough Council', + }); + say "Created body " . $ncc->name . " for MapIt area ID 2397, categories Graffiti"; } FixMyStreet::DB::Factory::ResponseTemplate->create({ |