Skip to content

Commit ed2bfae

Browse files
removed extra validation
1 parent c5ad401 commit ed2bfae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/functional/modules/test_zos_data_set_func.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,9 +1268,6 @@ def test_batch_uncatalog_with_noscratch_suboption(ansible_zos_module, volumes_on
12681268
)
12691269
for result in results.contacted.values():
12701270
assert result.get("changed") is False
1271-
for result in act_results.contacted.values():
1272-
assert result.get("changed") is True
1273-
assert result.get("module_stderr") is None
12741271
results = hosts.all.zos_data_set(
12751272
name=dataset_2,
12761273
state='absent',
@@ -1284,6 +1281,7 @@ def test_batch_uncatalog_with_noscratch_suboption(ansible_zos_module, volumes_on
12841281
# We can do this by trying to delete it again, but specifying the volume.
12851282
# If this delete reports "changed: true", it's proof that it found and
12861283
# deleted the uncataloged data set from the VTOC.
1284+
12871285
vtoc_check_and_delete = hosts.all.zos_data_set(
12881286
name=dataset_1,
12891287
state='absent',

0 commit comments

Comments
 (0)