Skip to content

Commit

Permalink
skip more
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Mar 10, 2024
1 parent 5dabc36 commit c580050
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/providers/vault/test_vault_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ def test_fail(self):


class TestGetURL:
@pytest.fixture(autouse=True)
def _del_env_vars(self, monkeypatch: pytest.MonkeyPatch):
monkeypatch.delenv("VAULT_ADDR", raising=False)

def setup_method(self):
self.data = {"url": "https://data.example.com"}

Expand Down

0 comments on commit c580050

Please sign in to comment.