Skip to content

Commit 2ab28b8

Browse files
committed
fix path for test-test-pypi
1 parent 6ab32c1 commit 2ab28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/cd/test-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phases:
2929
- python3 -m pip install typing
3030
- python3 codebuild/cd/pip-install-with-retry.py -i https://testpypi.python.org/simple --user awsiotsdk==$CURRENT_TAG_VERSION
3131
# Run PubSub sample
32-
- python3 samples/mqtt5_pubsub.py --endpoint ${ENDPOINT} --cert /tmp/certificate.pem --key /tmp/privatekey.pem --ca_file /tmp/AmazonRootCA1.pem --verbosity Trace
32+
- python3 samples/mqtt/mqtt5_x509.py --endpoint ${ENDPOINT} --cert /tmp/certificate.pem --key /tmp/privatekey.pem --ca_file /tmp/AmazonRootCA1.pem --verbosity Trace
3333

3434
post_build:
3535
commands:

0 commit comments

Comments
 (0)