diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 837f15a74c3..3ae1c9bf3bd 100644 --- a/tests/foreman/cli/test_satellitesync.py +++ b/tests/foreman/cli/test_satellitesync.py @@ -1217,7 +1217,7 @@ def test_negative_import_incomplete_archive( # Corrupt the export archive so that it's incomplete tar_files = target_sat.execute( - f'find {PULP_EXPORT_DIR}{function_sca_manifest_org.name}/{cv["name"]}/ -name *.tar' + f'find {PULP_EXPORT_DIR}{function_sca_manifest_org.name}/{cv["name"]}/ -name *.tar.gz' ).stdout.splitlines() assert len(tar_files) == 1, 'Expected just one tar file in the export'