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 5265b9a commit 21a8064Copy full SHA for 21a8064
ut/test.py
@@ -2216,7 +2216,7 @@ def test_ci_image_assess_quality():
2216
"""图片质量评估接口"""
2217
response = client.ci_image_assess_quality(
2218
Bucket=ci_bucket_name,
2219
- Key=ci_test_image,
+ Key=ci_test_car_image,
2220
)
2221
assert response
2222
@@ -3527,7 +3527,6 @@ def test_check_multipart_upload():
3527
3528
if __name__ == "__main__":
3529
setUp()
3530
- test_live_channel()
3531
"""
3532
test_config_invalid_scheme()
3533
test_config_credential_inst()
0 commit comments