Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow committed Oct 11, 2023
1 parent 64b14f2 commit 6515eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pytests/functional/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def test_user_is_sudo():
assert auth.AuthUser("bob").is_sudo() is False
assert auth.AuthUser("sudo_bob").is_sudo() is True


def test_user_is_running_user():
current_user = salt.utils.user.get_user()
assert auth.AuthUser(salt.utils.user.get_user() + "1").is_running_user() is False
Expand Down

0 comments on commit 6515eb9

Please sign in to comment.