X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc929c778e967d626bf065554e1403f002f7cf03..ce86a5f2ada95e09deee33e6df0f100739b04357:/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..cba82fe3f2 100644 --- a/services/arv-git-httpd/server_test.go +++ b/services/arv-git-httpd/server_test.go @@ -10,7 +10,7 @@ import ( "os" "os/exec" - "git.curoverse.com/arvados.git/sdk/go/arvadostest" + "git.arvados.org/arvados.git/sdk/go/arvadostest" check "gopkg.in/check.v1" ) @@ -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.*`) } }