Skip to content

Commit dcb46e1

Browse files
staubhpPayton Staub
and
Payton Staub
authored
fix: Recreate static lineage test data (#2782)
Co-authored-by: Payton Staub <[email protected]>
1 parent d970bfb commit dcb46e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/sagemaker/lineage/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
from tests.integ.sagemaker.lineage.helpers import name, names
3737

3838
SLEEP_TIME_SECONDS = 1
39-
STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline13"
40-
STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint13"
39+
STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline14"
40+
STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint14"
4141

4242

4343
@pytest.fixture

0 commit comments

Comments
 (0)