We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe7989 commit df23c0cCopy full SHA for df23c0c
tests/devices/traits/v1/test_command.py
@@ -27,7 +27,8 @@ async def test_send_command_success(command_trait: CommandTrait) -> None:
27
result = await command_trait.send(RoborockCommand.APP_START)
28
29
# Verify the result
30
- assert result == {'result': 'ok'}
+ assert result == {'result': '
31
+"ok"}
32
33
# Verify the RPC call was made correctly
34
mock_rpc_channel.send_command.assert_called_once_with(RoborockCommand.APP_START, params=None)
0 commit comments