X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fpsgi_v2.t;h=a84566d923e788883c71818dd4b914fa19c83e91;hp=b8062de280ccdc02318c7a55e0b3775d37f0ab25;hb=c477bdd8a80eecc319b680764edfb24bd12cb7b2;hpb=044b1d03c76246316d52de4bfd578745a8192398 diff --git a/t/psgi_v2.t b/t/psgi_v2.t index b8062de2..a84566d9 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)) {