Skip to content

Commit 2dcc8b8

Browse files
committed
fix conn_primitive_remote allocate test
1 parent a4e72a1 commit 2dcc8b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test/conn_primitive_remote.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def test_constructor(self):
8686
# allocate is called
8787
self.remote.client.allocate.assert_called_once_with({
8888
'platform_name': self.config.get('platform_name'),
89+
'power_on': True,
90+
'connected': True,
8991
'tags': {"a": True, "b": True}})
9092

9193
# flash is called

0 commit comments

Comments
 (0)