Skip to content

Commit 9321473

Browse files
Merge branch 'master' into cgk_debugger
2 parents c9c4800 + 3880da9 commit 9321473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/lineage/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def action_objs(sagemaker_session):
141141
@pytest.fixture
142142
def artifact_obj(sagemaker_session):
143143
obj = artifact.Artifact.create(
144-
artifact_name="SDKIntegrationTest",
144+
artifact_name=name(),
145145
artifact_type="SDKIntegrationTest",
146146
source_uri=name(),
147147
properties={"k1": "v1"},

0 commit comments

Comments
 (0)