Skip to content

Commit 340a802

Browse files
committed
Update Static Endpoint
Update static endpoint from SdkIntegTestStaticPipeline17 to SdkIntegTestStaticPipeline18
1 parent bb7563f commit 340a802

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 = "SdkIntegTestStaticPipeline18"
49+
STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint18"
50+
STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline18ModelPackageGroup"
5151

5252

5353
@pytest.fixture

0 commit comments

Comments
 (0)