mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-10 06:47:06 +00:00
make sure its a thin wrapper
This commit is contained in:
parent
0f463862a7
commit
0dfb322c5c
@ -247,6 +247,6 @@ async def test_create_thin_wrapper():
|
|||||||
host="test_host",
|
host="test_host",
|
||||||
port=1234,
|
port=1234,
|
||||||
timeout=100,
|
timeout=100,
|
||||||
credentials=None,
|
credentials=Credentials("username", "password"),
|
||||||
device_type=DeviceType.Unknown,
|
device_type=DeviceType.Strip,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user