Merge branch '13446-keepstore-tls'
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm_test.go
index 4211026a67a4d0bb0a8dfe200fdef7322ea3daf7..499f6d5d7275cb609f48cf40c50de381210997ac 100644 (file)
@@ -223,6 +223,7 @@ func (s *IntegrationSuite) TestSbatchFail(c *C) {
                {"object_uuid", "=", container.UUID},
                {"event_type", "=", "dispatch"},
        }}, &ll)
+       c.Assert(err, IsNil)
        c.Assert(len(ll.Items), Equals, 1)
 }