mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing fixture to test_mac_members
This commit is contained in:
parent
cb57145514
commit
6a86f354a4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue