diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-29 14:20:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-29 14:20:36 +0100 |
commit | 44558cc4b511710d3cb2e3670839ed92d01f0c2d (patch) | |
tree | 3d7bbd18266831bd47902596363e867cdc42dab8 /t/app/controller | |
parent | a7c371c58eee61d9738e3dea76b7481ba61e3536 (diff) | |
parent | 2b29154ffb678522152c951eff47a9f9e3757f1e (diff) |
Merge branch '1540-cors-an-effect'
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/rss.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/rss.t b/t/app/controller/rss.t index 8b39219fa..4f737dda7 100644 --- a/t/app/controller/rss.t +++ b/t/app/controller/rss.t @@ -50,6 +50,7 @@ FixMyStreet::override_config { }; $mech->content_contains( "Testing, 10th October" ); $mech->content_lacks( 'Nearest road to the pin' ); +is $mech->response->header('Access-Control-Allow-Origin'), '*'; $report->geocode( { |