17217: Remove crufty test util funcs.
[arvados.git] / sdk / go / keepclient / keepclient_test.go
index 62268fa463e6dee07083a815e9b97536e83a5c40..cddf03bc37de5ba4661674e62029585dee1e61b6 100644 (file)
@@ -52,13 +52,11 @@ func pythonDir() string {
 }
 
 func (s *ServerRequiredSuite) SetUpSuite(c *C) {
-       arvadostest.StartAPI()
        arvadostest.StartKeep(2, false)
 }
 
 func (s *ServerRequiredSuite) TearDownSuite(c *C) {
        arvadostest.StopKeep(2)
-       arvadostest.StopAPI()
 }
 
 func (s *ServerRequiredSuite) SetUpTest(c *C) {