From 46838054d25bb3e8fcc8210a6433ae788bfa3d12 Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:50:24 +1000 Subject: TestModule profile patch (#414) * TestModule profile patch * changelog * linter fix --- tests/unit/modules/utils.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/unit/modules/utils.py b/tests/unit/modules/utils.py index 6489f13f..e2d17abd 100644 --- a/tests/unit/modules/utils.py +++ b/tests/unit/modules/utils.py @@ -20,6 +20,9 @@ def set_module_args(args): args = json.dumps({"ANSIBLE_MODULE_ARGS": args}) basic._ANSIBLE_ARGS = to_bytes(args) + profile = "legacy" + basic._ANSIBLE_PROFILE = profile + class AnsibleExitJson(Exception): pass -- cgit v1.2.3