]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_mount.t
public-inbox 1.1.0-pre1
[public-inbox.git] / t / psgi_mount.t
index dae45bafe81af1f1a40ab34bced2338cd41e1a4f..c00e74a8cd21f6885c3b6383ca0faae29c2f376a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 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/'));