Skip to content

Commit

Permalink
Ignore ddev repo envvar when testing (#15522)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Aug 9, 2023
1 parent 87ef9ad commit 2d77ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddev/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def config_file(tmp_path, monkeypatch) -> ConfigFile:
'DD_DD_URL',
'DD_API_KEY',
'DD_APP_KEY',
'DDEV_REPO',
):
monkeypatch.delenv(env_var, raising=False)

Expand Down

0 comments on commit 2d77ad7

Please sign in to comment.