Skip to content

Commit

Permalink
chore: pr feedback, delete some extra env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri authored and lengau committed Dec 4, 2024
1 parent 8bd1642 commit ed518d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/services/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ def test_install_snap(
monkeypatch.delenv("SNAP", raising=False)
monkeypatch.delenv("CRAFT_SNAP_CHANNEL", raising=False)
monkeypatch.delenv("SNAP_INSTANCE_NAME", raising=False)
monkeypatch.delenv("SNAP_NAME", raising=False)
monkeypatch.delenv("CRAFT_SNAP_CHANNEL", raising=False)
for name, value in environment.items():
monkeypatch.setenv(name, value)
service = provider.ProviderService(
Expand Down

0 comments on commit ed518d6

Please sign in to comment.