From e827a8f953b495a99d711d5623b1ce160eae4e2c Mon Sep 17 00:00:00 2001 From: Glenn Pratt Date: Mon, 29 Jul 2024 21:53:05 -0700 Subject: [PATCH] fix test --- tests/unit/plugins/modules/test_archive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/plugins/modules/test_archive.py b/tests/unit/plugins/modules/test_archive.py index 84a1360f1b..8173eb5053 100644 --- a/tests/unit/plugins/modules/test_archive.py +++ b/tests/unit/plugins/modules/test_archive.py @@ -42,6 +42,7 @@ class TestArchive(ModuleTestCase): exclusion_patterns=dict(type='list', elements='path'), force_archive=dict(type='bool', default=False), remove=dict(type='bool', default=False), + reproducible_tar=dict(type="bool", default=False), ), add_file_common_args=True, supports_check_mode=True,