10701: Update error text in test.
authorTom Clegg <tom@curoverse.com>
Tue, 14 Feb 2017 15:50:19 +0000 (10:50 -0500)
committerTom Clegg <tom@curoverse.com>
Tue, 14 Feb 2017 15:50:19 +0000 (10:50 -0500)
services/crunch-dispatch-local/crunch-dispatch-local_test.go

index a72d65b6ec64c52ef0348fd3d127095f20ffb1e1..73013d13029d5a5d74c4565ff62de2c120e5395f 100644 (file)
@@ -116,7 +116,7 @@ func (s *MockArvadosServerSuite) Test_APIErrorUpdatingContainerState(c *C) {
        apiStubResponses["/arvados/v1/containers/zzzzz-dz642-xxxxxxxxxxxxxx1"] =
                arvadostest.StubResponse{500, string(`{}`)}
 
-       testWithServerStub(c, apiStubResponses, "echo", "Error locking container zzzzz-dz642-xxxxxxxxxxxxxx1")
+       testWithServerStub(c, apiStubResponses, "echo", "error locking container zzzzz-dz642-xxxxxxxxxxxxxx1")
 }
 
 func (s *MockArvadosServerSuite) Test_ContainerStillInRunningAfterRun(c *C) {