Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bramelfrink committed Oct 10, 2024
1 parent 6fe1bcf commit 7b0863f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/damavand/cloud/aws/controllers/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def resource(self) -> PulumiResource:
name=self.name,
args=AwsVllmComponentArgs(
region=self._region,
public_internet_access=True,
api_key_required=True,
endpoint_ssm_parameter_name=self._base_url_ssm_name,
),
)
2 changes: 1 addition & 1 deletion tests/clouds/aws/resources/test_vllm_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def call(self, args: MockCallArgs) -> Tuple[dict, Optional[List[Tuple[str, str]]
)


def test_private_internet_access():
def test_require_api_key():
vllm = AwsVllmComponent(
name="test",
args=AwsVllmComponentArgs(),
Expand Down

0 comments on commit 7b0863f

Please sign in to comment.