Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jboucourt committed Aug 16, 2024
1 parent 7553fdf commit f4ca139
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ def nested_setup():
def mock_vault_workers():
mock_dynamic_renew = Mock()
mock_k8s_renew = Mock()
with patch("gestalt.vault.Thread",
side_effect=[mock_dynamic_renew, mock_k8s_renew]):
yield (mock_dynamic_renew, mock_k8s_renew)
return (mock_dynamic_renew, mock_k8s_renew)


@pytest.fixture
Expand Down

0 comments on commit f4ca139

Please sign in to comment.