We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7563f commit 4567249Copy full SHA for 4567249
tests/integ/sagemaker/lineage/conftest.py
@@ -45,9 +45,9 @@
45
46
SLEEP_TIME_SECONDS = 1
47
SLEEP_TIME_TWO_SECONDS = 2
48
-STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline17"
49
-STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint17"
50
-STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline17ModelPackageGroup"
+STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline20"
+STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint20"
+STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline20ModelPackageGroup"
51
52
53
@pytest.fixture
0 commit comments