Merge branch 'file-token-error' of git://github.com/MajewskiKrzysztof/arvados into...
[arvados.git] / services / arv-git-httpd / server_test.go
index b4fc532e8f1a2000e070c86131b60ae143a0edf7..77049c3d2c1af14239cdc61b73f28a8de5fd9d5f 100644 (file)
@@ -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.*`)
        }
 }