Skip to content

Commit

Permalink
Fix python arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 10, 2023
1 parent 7dc04f0 commit fbae14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicetests/test_cases/test_shadow_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
policy_name=policy_name,
certificate_path=certificate_path,
key_path=key_path,
policy_name2=logging_policy)
policy_name2='logging_policy')
except Exception as e:
print(f"ERROR: Failed to create IoT thing: {e}")
sys.exit(-1)
Expand Down

0 comments on commit fbae14a

Please sign in to comment.