13959: Merge branch 'master' into 13959-timeouts-and-logging
[arvados.git] / services / crunch-dispatch-local / crunch-dispatch-local_test.go
index a1a6d5641e01b70ae92b31183218ad8ea28608d7..c780c6bf2cf9b762e8cec5f9b401049cada75a87 100644 (file)
@@ -110,7 +110,7 @@ func (s *MockArvadosServerSuite) Test_APIErrorGettingContainers(c *C) {
        apiStubResponses := make(map[string]arvadostest.StubResponse)
        apiStubResponses["/arvados/v1/containers"] = arvadostest.StubResponse{500, string(`{}`)}
 
-       testWithServerStub(c, apiStubResponses, "echo", "error getting list of containers")
+       testWithServerStub(c, apiStubResponses, "echo", "error getting count of containers")
 }
 
 func (s *MockArvadosServerSuite) Test_APIErrorUpdatingContainerState(c *C) {