Skip to content

Commit

Permalink
Remove some prints in python test
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Mar 7, 2024
1 parent ab7d30c commit 82f6634
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python-sdk/tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ async def test_basic_upload_download():
"paths": {}
}"""
meta_data = await client.groups.by_group_id("default").artifacts.post(payload)
print("-------------");
print(meta_data)
print("-------------");
assert meta_data.artifact_id is not None

return_artifact = (
Expand Down

0 comments on commit 82f6634

Please sign in to comment.