about summary refs log tree commit homepage
path: root/t/psgi_mount.t
diff options
context:
space:
mode:
Diffstat (limited to 't/psgi_mount.t')
-rw-r--r--t/psgi_mount.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/psgi_mount.t b/t/psgi_mount.t
index dae45baf..4a515c6a 100644
--- a/t/psgi_mount.t
+++ b/t/psgi_mount.t
@@ -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/'));