X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_v2.t;h=3003c5d62a7cb1397462cb0b45461eb0f7eee829;hb=9bd675d33ad1e49bd2ebe12a1d216216e61380de;hp=b8062de280ccdc02318c7a55e0b3775d37f0ab25;hpb=f3afddbe621614f684c2e855a24060fca8dce803;p=public-inbox.git diff --git a/t/psgi_v2.t b/t/psgi_v2.t index b8062de2..3003c5d6 100644 --- a/t/psgi_v2.t +++ b/t/psgi_v2.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -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)) {