aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/tilma.t
blob: 0eb0b251e6db43c30d8bc323689858bcdce5b8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;

use Test::More;
use FixMyStreet::TestMech;

my $mech = FixMyStreet::TestMech->new;

$mech->get_ok('/tilma/tileserver/10k-full/3278-3283,1110-1115/JSON');
is $mech->res->content_type, 'text/javascript', "got JS response";

done_testing();