Skip to content

Commit

Permalink
Fix ml training test (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 1, 2024
1 parent 84cb94c commit 14e8e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ml_training_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
)
SUBMIT_JOB_REQUEST = SubmitTrainingJobRequest(organization_id=ORG_ID)
TRAINING_METADATA = TrainingJobMetadata(
request=SUBMIT_JOB_REQUEST,
status=TRAINING_STATUS,
created_on=CREATED_ON,
last_modified=LAST_MODIFIED,
Expand Down

0 comments on commit 14e8e7c

Please sign in to comment.