2752: Adapt Go tests to the new Python test infrastructure.
[arvados.git] / services / keep / src / arvados.org / keepproxy / keepproxy_test.go
index 9e78223596cbaaea4ea561f26126a50d997dc3f0..47c33b4e1b2384e724a8b0194957d522de22c3e8 100644 (file)
@@ -31,7 +31,7 @@ type ServerRequiredSuite struct{}
 
 func pythonDir() string {
        gopath := os.Getenv("GOPATH")
-       return fmt.Sprintf("%s/../../sdk/python", strings.Split(gopath, ":")[0])
+       return fmt.Sprintf("%s/../../sdk/python/tests", strings.Split(gopath, ":")[0])
 }
 
 func (s *ServerRequiredSuite) SetUpSuite(c *C) {