diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-05 11:34:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-05 11:34:12 +0000 |
commit | a605865fea720fdaeeecb65cc80223137eda4263 (patch) | |
tree | f80f6e9fde49711721aca08c5d8bc2c18a82d673 /t/app/controller/index.t | |
parent | 190fa4a8aa4f824fc797fd903a79a076bc59b7b4 (diff) | |
parent | 1ba5f1cb9d7951224bc1320e772b1c43aeeb9fda (diff) |
Merge branch '2242-automatic-permalink'
Diffstat (limited to 't/app/controller/index.t')
-rw-r--r-- | t/app/controller/index.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/controller/index.t b/t/app/controller/index.t index 9be6dfa1e..bd268b3d7 100644 --- a/t/app/controller/index.t +++ b/t/app/controller/index.t @@ -29,15 +29,15 @@ subtest "does pc, (x,y), (e,n) or (lat,lon) go to /around" => sub { }, { in => { lat => 51.50100, lon => -0.14158 }, - out => { lat => 51.50100, lon => -0.14158, zoom => 3 }, + out => { lat => 51.50100, lon => -0.14158 }, }, { in => { x => 3281, y => 1113, }, - out => { lat => 51.499825, lon => -0.140137, zoom => 3 }, + out => { lat => 51.499825, lon => -0.140137 }, }, { in => { e => 1234, n => 4567 }, - out => { lat => 49.808509, lon => -7.544784, zoom => 3 }, + out => { lat => 49.808509, lon => -7.544784 }, }, ) { |