Skip to content

Commit fa2c1b4

Browse files
committed
test(device): add test case for invalid run_async option
1 parent fee30f8 commit fa2c1b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/device_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ def test_execute_command_invalid_parameters(self):
300300
'value': 'true',
301301
'correct_value': False
302302
},
303+
{
304+
'response': 'Invalid run asynchronous option',
305+
'key': 'run_async',
306+
'value': 'true',
307+
'correct_value': False
308+
},
303309
{
304310
'response': 'Invalid runas option',
305311
'key': 'runas',

0 commit comments

Comments
 (0)