Skip to content

Commit

Permalink
use uuid4
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Apr 8, 2020
1 parent dd3254d commit bacfb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot/api-client/manager/manager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
es_cert_path = 'resources/ec_public.pem'
rsa_cert_path = 'resources/rsa_cert.pem'
rsa_private_path = 'resources/rsa_private.pem' # Must match rsa_cert
topic_id = 'test-device-events-{}'.format(uuid.uuid1())
topic_id = 'test-device-events-{}'.format(uuid.uuid4())

project_id = os.environ['GCLOUD_PROJECT']
service_account_json = os.environ['GOOGLE_APPLICATION_CREDENTIALS']
Expand Down

0 comments on commit bacfb62

Please sign in to comment.