Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-risch committed Dec 29, 2023
1 parent 2ca8a23 commit 51c6f33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integrations/amazon_bedrock/tests/test_amazon_bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@ def test_supports_for_no_aws_params():

@pytest.mark.unit
def test_supports_for_unknown_model():
supported = AmazonBedrockGenerator.supports(
model_name="unknown_model", aws_profile_name="some_real_profile"
)
supported = AmazonBedrockGenerator.supports(model_name="unknown_model", aws_profile_name="some_real_profile")

assert supported is False

Expand Down

0 comments on commit 51c6f33

Please sign in to comment.