We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5d247 commit 3880da9Copy full SHA for 3880da9
tests/integ/sagemaker/lineage/conftest.py
@@ -141,7 +141,7 @@ def action_objs(sagemaker_session):
141
@pytest.fixture
142
def artifact_obj(sagemaker_session):
143
obj = artifact.Artifact.create(
144
- artifact_name="SDKIntegrationTest",
+ artifact_name=name(),
145
artifact_type="SDKIntegrationTest",
146
source_uri=name(),
147
properties={"k1": "v1"},
0 commit comments