Skip to content

Commit

Permalink
remove patch of environment path
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed May 13, 2024
1 parent 490770b commit 5733417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_get_secret_error(mock_run):


@patch("shutil.which")
@patch.dict(os.environ, {"OP_CLI_PATH": "", "OP_SERVICE_ACCOUNT_TOKEN": "token"})
@patch.dict(os.environ, {"OP_SERVICE_ACCOUNT_TOKEN": "token"})
def test_get_secret_command_not_available(mock_which, db):
mock_which.return_value = None

Expand Down

0 comments on commit 5733417

Please sign in to comment.