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 211caff commit 546046cCopy full SHA for 546046c
packages/mbed-host-tests/test/conn_primitive_remote.py
@@ -88,6 +88,8 @@ def test_constructor(self):
88
# allocate is called
89
self.remote.client.allocate.assert_called_once_with({
90
'platform_name': self.config.get('platform_name'),
91
+ 'power_on': True,
92
+ 'connected': True,
93
'tags': {"a": True, "b": True}})
94
95
# flash is called
0 commit comments