Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 22, 2023
1 parent c52ee00 commit ff9bbce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servicetests/test_cases/mqtt3_shadow_cfg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"language": "Javascript",
"runnable_file": "./servicetests/tests/shadow_update",
"runnable_file": "./aws-iot-device-sdk-js-v2/servicetests/tests/shadow_update",
"runnable_region": "us-east-1",
"runnable_main_class": "",
"arguments": [
Expand Down
4 changes: 2 additions & 2 deletions servicetests/test_cases/test_shadow_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def main():
SecretId="ci/ShadowServiceClientTest/policy_name")["SecretString"]

# Temporary certificate/key file path.
certificate_path = os.path.join(os.getcwd(), "./servicetests/tests/shadow_update/certificate.pem.crt")
key_path = os.path.join(os.getcwd(), "./servicetests/tests/shadow_update/private.pem.key")
certificate_path = os.path.join(os.getcwd(), "./aws-iot-device-sdk-js-v2/servicetests/tests/shadow_update/certificate.pem.crt")
key_path = os.path.join(os.getcwd(), "./aws-iot-device-sdk-js-v2/servicetests/tests/shadow_update/private.pem.key")

try:
ci_iot_thing.create_iot_thing(
Expand Down

0 comments on commit ff9bbce

Please sign in to comment.