about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-10 20:12:03 +0000
committerEric Wong <e@80x24.org>2014-04-11 22:23:58 +0000
commit98352cd1c066d8cc16594f000509997cfd590985 (patch)
tree2f03df72d8af5eac2de0c9b0ecca45e798a04fea /t/cgi.t
parent725e812536984403e862bd8c591b63d3bc58b450 (diff)
downloadpublic-inbox-98352cd1c066d8cc16594f000509997cfd590985.tar.gz
Code should be consistent with the design docs
(and we will need better tests).
Diffstat (limited to 't/cgi.t')
-rw-r--r--t/cgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cgi.t b/t/cgi.t
index 93a48d00..2c4c824c 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -106,7 +106,7 @@ EOF
         like($res->{body}, qr/<title>test for public-inbox/,
                 "set title in XML feed");
         like($res->{body},
-                qr!http://test\.example\.com/test/mid/blah%40example\.com!,
+                qr!http://test\.example\.com/test/m/blah%40example\.com!,
                 "link id set");
         like($res->{body}, qr/what\?/, "reply included");