]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_mount.t
www: do not unecessarily escape some chars in paths
[public-inbox.git] / t / psgi_mount.t
index dae45bafe81af1f1a40ab34bced2338cd41e1a4f..4a515c6a0c6e4f610e35eda807130cd59dc3044d 100644 (file)
@@ -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/'));