Skip to content

Commit

Permalink
update test_sts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Jul 20, 2022
1 parent 38d23d1 commit 24d5c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sts.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(self, access_key_id, access_key_secret, security_token):

class TestSts(unittest.TestCase):
def setUp(self):
self.OSS_BUCKET = OSS_BUCKET_BASE + random_string(4)
self.bucket = None
self.key_list = []
self.prefix = 'sts-' + random_string(8) + '/'
Expand Down

0 comments on commit 24d5c1c

Please sign in to comment.