mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
migrate unit_modules_test_win_service to pytest
This commit is contained in:
parent
19dd3825c6
commit
f9326e1cf4
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ def test_get_community_names_gpo():
|
|||
assert win_snmp.get_community_names() == {"TestCommunity": "Managed by GPO"}
|
||||
|
||||
|
||||
def test_set_community_names():
|
||||
def test_set_community_names(community_names):
|
||||
"""
|
||||
Test - Manage the SNMP accepted community names and their permissions.
|
||||
"""
|
||||
|
@ -98,7 +98,7 @@ def test_set_community_names():
|
|||
assert win_snmp.set_community_names(**kwargs)
|
||||
|
||||
|
||||
def test_set_community_names_gpo():
|
||||
def test_set_community_names_gpo(community_names):
|
||||
"""
|
||||
Test - Manage the SNMP accepted community names and their permissions.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue