7490: Add Err to collection.ReadCollections and keep.ServerResponse so that the error...
[arvados.git] / services / datamanager / datamanager_test.go
index 6e5a4df83c631e49865b5dd9239ff96ce5136d76..4d82b4928b7bec480a33cf7e6347add61cee878e 100644 (file)
@@ -538,7 +538,7 @@ func TestPutAndGetBlocks_ErrorDuringGetCollectionsBadWriteTo(t *testing.T) {
 }
 
 func TestPutAndGetBlocks_ErrorDuringGetCollectionsBadHeapProfileFilename(t *testing.T) {
-       testOldBlocksNotDeletedOnDataManagerError(t, "", "/badheapprofilefile", false, true)
+       testOldBlocksNotDeletedOnDataManagerError(t, "", "/badheapprofilefile", true, true)
 }
 
 /*