Skip to content

Commit a422b53

Browse files
Update test_finetune_resources.py
1 parent dea7fdf commit a422b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_finetune_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def test_create_ft_job(mocker):
431431
"together.abstract.api_requestor.APIRequestor", return_value=mock_requestor
432432
)
433433

434-
client = Together()
434+
client = Together(api_key="fake_api_key")
435435
response = client.fine_tuning.create(
436436
training_file=_TRAINING_FILE,
437437
model=_MODEL_NAME,

0 commit comments

Comments
 (0)