Skip to content

Commit 9542fe0

Browse files
committed
change: name of base automl job for integ tests
1 parent 3e751be commit 9542fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integ/auto_ml_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def create_auto_ml_job_if_not_exist(sagemaker_session):
29-
auto_ml_job_name = "python-sdk-integ-test-base-job"
29+
auto_ml_job_name = "python-sdk-integ-test-base-automl-job"
3030

3131
try:
3232
sagemaker_session.describe_auto_ml_job(job_name=auto_ml_job_name)

tests/integ/test_auto_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
MODE = "ENSEMBLING"
4141

4242
# use a succeeded AutoML job to test describe and list candidates method, otherwise tests will run too long
43-
AUTO_ML_JOB_NAME = "python-sdk-integ-test-base-job"
43+
AUTO_ML_JOB_NAME = "python-sdk-integ-test-base-automl-job"
4444
DEFAULT_MODEL_NAME = "python-sdk-automl"
4545

4646

0 commit comments

Comments
 (0)