We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665adb8 commit 7335ef5Copy full SHA for 7335ef5
python-sdk/tests/basic_test.py
@@ -94,8 +94,7 @@ async def test_basic_upload_download():
94
await client.groups.by_group_id("default")
95
.artifacts.by_artifact_id(meta_data.artifact_id)
96
.versions.by_version_expression("branch=latest")
97
- .content
98
- .get()
+ .content.get()
99
)
100
print(str(return_artifact, "utf-8"))
101
assert json.loads(return_artifact) == json.loads(payload.content)
0 commit comments