Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy authored and Megan Wilhite committed Aug 18, 2023
1 parent 563afaf commit 478ed70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pytests/functional/utils/user/test_get_group_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@

log = logging.getLogger(__name__)


pytestmark = [
pytest.mark.skip_unless_on_linux(
reason="Should only run in platforms which have duplicate GID support"
),
]


def test_get_group_dict_with_improper_duplicate_root_group():
with patch("salt.utils.user.get_group_list", return_value=["+", "root"]):
group_list = salt.utils.user.get_group_dict("root")
Expand Down

0 comments on commit 478ed70

Please sign in to comment.