Skip to content

Commit 665adb8

Browse files
committed
Fix python sdk basic test
1 parent 48d487e commit 665adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sdk/tests/basic_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async def test_basic_upload_download():
9494
await client.groups.by_group_id("default")
9595
.artifacts.by_artifact_id(meta_data.artifact_id)
9696
.versions.by_version_expression("branch=latest")
97-
.content()
97+
.content
9898
.get()
9999
)
100100
print(str(return_artifact, "utf-8"))

0 commit comments

Comments
 (0)