Skip to content

Commit 2b72667

Browse files
committed
Update Static Endpoint
Update static endpoint from SdkIntegTestStaticPipeline17 to SdkIntegTestStaticPipeline19
1 parent bb7563f commit 2b72667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integ/sagemaker/lineage/conftest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
SLEEP_TIME_SECONDS = 1
4747
SLEEP_TIME_TWO_SECONDS = 2
48-
STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline17"
49-
STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint17"
50-
STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline17ModelPackageGroup"
48+
STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline19"
49+
STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint19"
50+
STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline19ModelPackageGroup"
5151

5252

5353
@pytest.fixture

0 commit comments

Comments
 (0)