Skip to content

Commit

Permalink
Merge pull request #37 from wjo1212/master
Browse files Browse the repository at this point in the history
don't re-create logstore
  • Loading branch information
wjo1212 committed Nov 29, 2017
2 parents bf85e3c + 6cbcc2b commit 291b8b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/sample_consumer2.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ def prepare_test():
consumer_name1 = "consumer-group-1-A"
token = ""

if not logstore:
logstore = 'consumer_group_test_' + str(time.time()).replace('.', '_')

print("** logstore: ", logstore)
assert endpoint and accessKeyId and accessKey and project and logstore, ValueError("endpoint/access_id/key and "
"project/logstore cannot be empty")

Expand Down

0 comments on commit 291b8b7

Please sign in to comment.