about summary refs log tree commit homepage
path: root/t/psgi_v2.t
diff options
context:
space:
mode:
Diffstat (limited to 't/psgi_v2.t')
-rw-r--r--t/psgi_v2.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/psgi_v2.t b/t/psgi_v2.t
index 2ecd7458..fdd6969f 100644
--- a/t/psgi_v2.t
+++ b/t/psgi_v2.t
@@ -58,6 +58,9 @@ my $www = PublicInbox::WWW->new($config);
 my ($res, $raw, @from_);
 test_psgi(sub { $www->call(@_) }, sub {
         my ($cb) = @_;
+        $res = $cb->(GET('/v2test/description'));
+        like($res->content, qr!\$INBOX_DIR/description missing!,
+                'got v2 description missing message');
         $res = $cb->(GET('/v2test/a-mid@b/raw'));
         $raw = $res->content;
         like($raw, qr/^hello world$/m, 'got first message');