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 97c681c commit c6bb2f9Copy full SHA for c6bb2f9
ut/test.py
@@ -3468,10 +3468,6 @@ def test_cos_comm_misc():
3468
r = format_path('/test/path/to')
3469
assert r == 'test/path/to'
3470
3471
-def test_cosconfig_misc():
3472
- test_conf = CosConfig(Access_id=SECRET_ID, Access_key=SECRET_KEY)
3473
- test_conf.set_ip_port('10.0.0.1', 80)
3474
- test_conf.set_credential(SecretId=SECRET_ID, SecretKey=SECRET_KEY, Token=None)
3475
3476
def test_cos_exception_unknow():
3477
msg = '<Error></Error>'
0 commit comments