mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 06:17:08 +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",
|
||||
port=1234,
|
||||
timeout=100,
|
||||
credentials=None,
|
||||
device_type=DeviceType.Unknown,
|
||||
credentials=Credentials("username", "password"),
|
||||
device_type=DeviceType.Strip,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user