Skip to content

Commit 61f9c59

Browse files
authored
models - ollama - clean up in tests (#435)
1 parent 9f2f13d commit 61f9c59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/strands/models/test_ollama.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def host():
2626

2727

2828
@pytest.fixture
29-
def model(ollama_client, model_id, host):
30-
_ = ollama_client
31-
29+
def model(model_id, host):
3230
return OllamaModel(host, model_id=model_id)
3331

3432

0 commit comments

Comments
 (0)