16039: Touch python clients so they run tests with the latest SDK.
[arvados.git] / services / arv-git-httpd / server_test.go
index b4fc532e8f1a2000e070c86131b60ae143a0edf7..cba82fe3f299177851d847189bf9313d112f438d 100644 (file)
@@ -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.*`)
        }
 }