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 a4e72a1 commit 2dcc8b8Copy full SHA for 2dcc8b8
test/test/conn_primitive_remote.py
@@ -86,6 +86,8 @@ def test_constructor(self):
86
# allocate is called
87
self.remote.client.allocate.assert_called_once_with({
88
'platform_name': self.config.get('platform_name'),
89
+ 'power_on': True,
90
+ 'connected': True,
91
'tags': {"a": True, "b": True}})
92
93
# flash is called
0 commit comments