Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Oct 30, 2024
1 parent 29fa7f5 commit 938bc78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/commands/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ def mock_pulumi_config_no_key_from_remote(mocker, pulumi_config_no_key):
def mock_pulumi_config_upload(mocker):
mocker.patch.object(DSHPulumiConfig, "upload", return_value=None)


@fixture
def mock_pulumi_config_remote_exists(mocker):
mocker.patch.object(DSHPulumiConfig, "remote_exists", return_value=True)


@fixture
def mock_shm_config_from_remote(mocker, shm_config):
mocker.patch.object(SHMConfig, "from_remote", return_value=shm_config)
Expand Down

0 comments on commit 938bc78

Please sign in to comment.