From 14e8e7c7e13a8faef1f3fc94605819a2addfe51f Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Mon, 1 Jul 2024 15:04:38 -0400 Subject: [PATCH] Fix ml training test (#671) --- tests/test_ml_training_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_ml_training_client.py b/tests/test_ml_training_client.py index c236e4afd..2c2fd3d71 100644 --- a/tests/test_ml_training_client.py +++ b/tests/test_ml_training_client.py @@ -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,