Skip to content

Commit

Permalink
missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jul 8, 2024
1 parent 7d888a8 commit ea54d24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/clusters-keeper/tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ def mocked_ec2_server_envs(
return setenvs_from_dict(monkeypatch, changed_envs)


@pytest.fixture
def ec2_settings(mocked_ec2_server_settings: EC2Settings) -> EC2Settings:
return mocked_ec2_server_settings


@pytest.fixture
def app_environment(
mock_env_devel_environment: EnvVarsDict,
Expand Down

0 comments on commit ea54d24

Please sign in to comment.