diff options
Diffstat (limited to 't/app/sendreport/open311.t')
-rw-r--r-- | t/app/sendreport/open311.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/sendreport/open311.t b/t/app/sendreport/open311.t index 8f933065c..32564dbd8 100644 --- a/t/app/sendreport/open311.t +++ b/t/app/sendreport/open311.t @@ -157,7 +157,7 @@ sub test_overrides { FixMyStreet::override_config { ALLOWED_COBRANDS => ['fixmystreet', 'oxfordshire', 'bromley', 'westberkshire', 'greenwich'], }, sub { - my $db = FixMyStreet::DB->storage->schema; + my $db = FixMyStreet::DB->schema; #$db->txn_begin; my $params = { id => $input->{body_id}, name => $input->{body_name} }; |