]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_v2.t
tests: change messages to use "shard" instead of partition
[public-inbox.git] / t / psgi_v2.t
index 5c358cdecb591720c785cce6ecc6a8fd1a718c96..360106890047e25fb8fe7bd3cd9df3e894d9eec8 100644 (file)
@@ -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)) {