Skip to content

Commit bacfb62

Browse files
author
Takashi Matsuo
committed
use uuid4
1 parent dd3254d commit bacfb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iot/api-client/manager/manager_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
es_cert_path = 'resources/ec_public.pem'
3333
rsa_cert_path = 'resources/rsa_cert.pem'
3434
rsa_private_path = 'resources/rsa_private.pem' # Must match rsa_cert
35-
topic_id = 'test-device-events-{}'.format(uuid.uuid1())
35+
topic_id = 'test-device-events-{}'.format(uuid.uuid4())
3636

3737
project_id = os.environ['GCLOUD_PROJECT']
3838
service_account_json = os.environ['GOOGLE_APPLICATION_CREDENTIALS']

0 commit comments

Comments
 (0)