Skip to content

Commit

Permalink
remove rogue copy/paste line
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes authored and Megan Wilhite committed Jul 14, 2022
1 parent b30bd75 commit 559eadb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pytests/unit/modules/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def idfn(val):
ids=idfn,
)
def test_verify_password(role, password, verifier, method, result):
patcher = patch("salt.utils.path.which", MagicMock(return_value="/usr/bin/pgsql"))
assert postgres._verify_password(role, password, verifier, method) == result


Expand Down

0 comments on commit 559eadb

Please sign in to comment.