Skip to content

Commit a495d26

Browse files
committed
chore: Fix local session
1 parent e133ab9 commit a495d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_local_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def local_channel_fixture(mock_create_local_connection: None) -> AsyncGene
5353
with patch(
5454
"roborock.devices.local_channel.get_next_int", return_value=TEST_CONNECT_NONCE, device_uid=TEST_DEVICE_UID
5555
):
56-
channel = LocalChannel(host=TEST_HOST, local_key=LOCAL_KEY)
56+
channel = LocalChannel(host=TEST_HOST, local_key=LOCAL_KEY, device_uid=TEST_DEVICE_UID)
5757
yield channel
5858
channel.close()
5959

0 commit comments

Comments
 (0)