Skip to content

Commit

Permalink
program type
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 3, 2023
1 parent eb32de1 commit 4b4153c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion servicetests/test_cases/mqtt3_named_shadow_cfg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"language": "Javascript",
"language": "CPP",
"runnable_file": "../build/servicetests/tests/ShadowUpdate/shadow-update",
"runnable_region": "us-east-1",
"runnable_main_class": "",
Expand Down
1 change: 0 additions & 1 deletion servicetests/test_cases/test_shadow_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def main():
print(f"ERROR: Failed to execute Jobs test: {e}")
test_result = -1

time.sleep(5)
# Test reported success, verify that shadow was indeed updated.
if test_result == 0:
print("Verifying that shadow was updated")
Expand Down

0 comments on commit 4b4153c

Please sign in to comment.