diff options
Diffstat (limited to 't')
-rw-r--r-- | t/app/uri_for.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/uri_for.t b/t/app/uri_for.t index 9a93fedea..309c3a3b2 100644 --- a/t/app/uri_for.t +++ b/t/app/uri_for.t @@ -56,7 +56,7 @@ is( # fiksgatami is( $fgm_c->uri_for( '/foo', { lat => 1.23, } ) . "", - 'http://www.fiksgatami.no/foo?lat=1.23;zoom=2', + 'http://www.fiksgatami.no/foo?lat=1.23&zoom=2', 'FiksGataMi url with lat not zoom' ); |