X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3ad999b1f769ef53d1bf069a5981db959b33b9d4..0fe48142de81e20967eaac3972e35d115aaaa497:/services/arv-git-httpd/server_test.go diff --git a/services/arv-git-httpd/server_test.go b/services/arv-git-httpd/server_test.go index b4fc532e8f..77049c3d2c 100644 --- a/services/arv-git-httpd/server_test.go +++ b/services/arv-git-httpd/server_test.go @@ -95,7 +95,7 @@ func (s *GitSuite) TestShortToken(c *check.C) { func (s *GitSuite) TestShortTokenBadReq(c *check.C) { for _, repo := range []string{"bogus"} { err := s.RunGit(c, "s3cr3t", "fetch", repo) - c.Assert(err, check.ErrorMatches, `.* requested URL returned error.*`) + c.Assert(err, check.ErrorMatches, `.*not found.*`) } }