Skip to content

Commit

Permalink
fix github bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Jan 8, 2025
1 parent bcec071 commit 2da1398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/llms/bedrock/tests/test_bedrock_claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_params_setting(self):
assert llm.top_k is None
assert llm.max_tokens == 64

def test_call(self, mocker, prompt):
def test_call(self, prompt):
llm = BedrockClaude(bedrock_runtime_client=MockBedrockRuntimeClient())
expected_text = "This is the expected text."
result = llm.call(instruction=prompt)
Expand Down

0 comments on commit 2da1398

Please sign in to comment.