Skip to content

Commit

Permalink
setup client id starting with test-
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jan 2, 2025
1 parent b9c398a commit 444b469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get():


def create_client_id():
return 'aws-iot-device-sdk-python-v2-unit-test-{0}'.format(uuid.uuid4())
return 'test-aws-iot-device-sdk-python-v2-unit-test-{0}'.format(uuid.uuid4())


class MqttBuilderTest(unittest.TestCase):
Expand Down

0 comments on commit 444b469

Please sign in to comment.