Skip to content

Commit c6bb2f9

Browse files
committed
ut
1 parent 97c681c commit c6bb2f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ut/test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3468,10 +3468,6 @@ def test_cos_comm_misc():
34683468
r = format_path('/test/path/to')
34693469
assert r == 'test/path/to'
34703470

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)
34753471

34763472
def test_cos_exception_unknow():
34773473
msg = '<Error></Error>'

0 commit comments

Comments
 (0)