about summary refs log tree commit homepage
path: root/t/psgi_v2.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-14 08:02:32 +0000
committerEric Wong <e@80x24.org>2019-06-14 21:56:40 +0000
commit2e0abeb5e0e2ffa55ffef650f91f50086f143019 (patch)
tree60f9eb7ffae09773a56e0c1dcccd7e12c76558c7 /t/psgi_v2.t
parent240de56c97d767cd5c819ac0be858359e8d2eff3 (diff)
downloadpublic-inbox-2e0abeb5e0e2ffa55ffef650f91f50086f143019.tar.gz
Another potentially user-facing piece made consistent with
Xapian terminology.
Diffstat (limited to 't/psgi_v2.t')
-rw-r--r--t/psgi_v2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/psgi_v2.t b/t/psgi_v2.t
index 5c358cde..36010689 100644
--- a/t/psgi_v2.t
+++ b/t/psgi_v2.t
@@ -205,7 +205,7 @@ test_psgi(sub { $www->call(@_) }, sub {
         $res = $cb->(GET('/v2test/0.git/info/refs'));
         is($res->code, 200, 'got info refs for dumb clones w/ .git suffix');
         $res = $cb->(GET('/v2test/info/refs'));
-        is($res->code, 404, 'unpartitioned git URL fails');
+        is($res->code, 404, 'v2 git URL w/o shard fails');
 
         # ensure conflicted attachments can be resolved
         foreach my $body (qw(old new)) {