Skip to content

Commit aa4e3dc

Browse files
author
sorin
committed
Fix run_command tests
Signed-off-by: sorin <[email protected]>
1 parent bbb2c43 commit aa4e3dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/io/cloudslang/base/cmd/run_command.inputs.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
########################################################################################################################
99
testRunCommandSuccess:
1010
inputs:
11-
- command: echo test
12-
- cwd: None
11+
- command: 'echo test'
12+
- cwd: null
1313
description: Tests that run_command.sl operation finishes with SUCCESS for a valid command
1414
testFlowPath: io.cloudslang.base.cmd.run_command
1515
result: SUCCESS
1616

1717
testRunCommandFailure:
1818
inputs:
19-
- command: wrong_command
20-
- cwd: None
19+
- command: 'wrong_command'
2120
description: Tests that run_command.sl operation finishes with Failure for an invalid command
2221
testFlowPath: io.cloudslang.base.cmd.run_command
2322
result: FAILURE

0 commit comments

Comments
 (0)