Skip to content

Commit

Permalink
corrected commandrunner recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Jun 8, 2022
1 parent a36a1a7 commit 030f050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/test/recipes/CommandRunnerTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"Payload": "{\"commandId\": \"test1\", \"arguments\": \"echo Hello World\", \"timeout\": 0, \"singleLineTextResult\": true, \"action\": 3}",
"PayloadSizeBytes": 123,
"ExpectedResult": 0,
"WaitSeconds": 10
"WaitSeconds": 0
},
{
"ComponentName": "CommandRunner",
"ObjectName": "commandStatus",
"Desired": false,
"Payload": "{\"commandId\":\"test1\",\"resultCode\":0,\"textResult\":\"Hello World\",\"currentState\":2}",
"Payload": "{\"commandId\":\"test1\",\"resultCode\":0,\"textResult\":\"\",\"currentState\":2}",
"ExpectedResult": 0
}
]

0 comments on commit 030f050

Please sign in to comment.