Skip to content

Commit

Permalink
[FMS] Tests run without additional bodies
Browse files Browse the repository at this point in the history
The test runs with these bodies removed so they
are now removed
  • Loading branch information
MorayMySoc committed Jan 15, 2024
1 parent 51fad72 commit e63cf2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t/app/controller/auth_social.t
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ FixMyStreet::override_config $test->{config}, sub {

$resolver->mock('address', sub { $test->{email} });

# Bodies need to exist for Brent::Cobrand::munge_cobrand_asset_categories searching ids
$mech->create_body_ok(2505, 'Camden Borough Council', {},{cobrand => 'camden'});
$mech->create_body_ok(2489, 'Barnet Borough Council');
$mech->create_body_ok(2487, 'Harrow Borough Council');

for my $state ( 'refused', 'no email', 'existing UID', 'okay' ) {
for my $page ( 'my', 'report', 'update' ) {
next if $page eq 'update' && !$test->{update};
Expand Down

0 comments on commit e63cf2a

Please sign in to comment.