[ARVADOS] updated: 1.2.0-15-gd7b63b690
Git user
git at public.curoverse.com
Fri Aug 17 10:32:44 EDT 2018
Summary of changes:
services/crunch-dispatch-local/crunch-dispatch-local_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d7b63b6901f31b8b9de89762cdf76aa9ae5b00b7 (commit)
from 70e5c7a3c6a5860d702d5e5c219dc0f3a3696d35 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d7b63b6901f31b8b9de89762cdf76aa9ae5b00b7
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Aug 17 10:32:11 2018 -0400
13933: Update error message expectation.
refs #13933
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/crunch-dispatch-local/crunch-dispatch-local_test.go b/services/crunch-dispatch-local/crunch-dispatch-local_test.go
index 1a2787c25..534de6916 100644
--- a/services/crunch-dispatch-local/crunch-dispatch-local_test.go
+++ b/services/crunch-dispatch-local/crunch-dispatch-local_test.go
@@ -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) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list