aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/reports.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-04-20 19:35:31 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-04-20 19:38:32 +0100
commit66eb844d7eaba7155e362dcec8a7a7db8f3dbf4c (patch)
tree25debcbb91cae5d33429ae1dc3120e6d7f627b24 /t/app/controller/reports.t
parent97a01fcec2c48e379394e0127888edc2e5bbde91 (diff)
Update tests for cobrand/template changes.
Diffstat (limited to 't/app/controller/reports.t')
-rw-r--r--t/app/controller/reports.t11
1 files changed, 0 insertions, 11 deletions
diff --git a/t/app/controller/reports.t b/t/app/controller/reports.t
index 9b446174d..8869adaa7 100644
--- a/t/app/controller/reports.t
+++ b/t/app/controller/reports.t
@@ -196,17 +196,6 @@ $mech->get_ok('/reports');
$stats = $mech->extract_report_stats;
is $stats->{'Westminster City Council'}->[1], 5, 'non public reports included in stats';
-subtest "test emptyhomes all reports page" => sub {
- FixMyStreet::override_config {
- ALLOWED_COBRANDS => [ 'emptyhomes' ],
- }, sub {
- ok $mech->host("reportemptyhomes.com"), 'change host to reportemptyhomes';
- $mech->get_ok('/reports');
- # EHA lacks one column the others have
- $mech->content_lacks('state unknown');
- };
-};
-
subtest "test fiksgatami all reports page" => sub {
FixMyStreet::override_config {
ALLOWED_COBRANDS => [ 'fiksgatami' ],