Skip to content

Commit 85c4db3

Browse files
Updated copy tests
1 parent 9bef65c commit 85c4db3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/modules/test_zos_copy_func.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,6 @@ def test_copy_ksds_to_volume(ansible_zos_module, volumes_on_systems):
49614961
)
49624962
verify_copy = get_listcat_information(hosts, dest_ds, "ksds")
49634963

4964-
assert result.get("msg") is None
49654964
for result in verify_copy.contacted.values():
49664965
assert result.get("dd_names") is not None
49674966
dd_names = result.get("dd_names")

0 commit comments

Comments
 (0)