From 6a86f354a460ef85d375eb36081540985d3b97f1 Mon Sep 17 00:00:00 2001 From: Shane Lee Date: Thu, 11 Apr 2024 11:49:42 -0600 Subject: [PATCH] Add missing fixture to test_mac_members --- tests/pytests/functional/modules/test_mac_group.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/pytests/functional/modules/test_mac_group.py b/tests/pytests/functional/modules/test_mac_group.py index 2f88943d979..07e800549af 100644 --- a/tests/pytests/functional/modules/test_mac_group.py +++ b/tests/pytests/functional/modules/test_mac_group.py @@ -147,7 +147,11 @@ def test_mac_deluser(group, existing_group_name, existing_user): def test_mac_members( - group, existing_group_name, existing_user, non_existing_group_member + group, + existing_group_name, + existing_user, + non_existing_group_member, + non_existing_user, ): """ Test replacing members of a group