X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_mount.t;h=c00e74a8cd21f6885c3b6383ca0faae29c2f376a;hb=69329215485cf2ab9d8cd1fa7faf65d8ec42dc0b;hp=dae45bafe81af1f1a40ab34bced2338cd41e1a4f;hpb=193e9a586d49fb111fd201f491b1ad0be4e386b3;p=public-inbox.git diff --git a/t/psgi_mount.t b/t/psgi_mount.t index dae45baf..c00e74a8 100644 --- a/t/psgi_mount.t +++ b/t/psgi_mount.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -67,7 +67,7 @@ test_psgi($app, sub { is($res->code, 200, 'OK with URLMap mount'); $res = $cb->(GET('/a/test/m/blah%40example.com.html')); is($res->header('Location'), - 'http://localhost/a/test/blah%40example.com/', + 'http://localhost/a/test/blah@example.com/', 'redirect functions properly under mount'); $res = $cb->(GET('/test/blah%40example.com/'));