make sure its a thin wrapper

This commit is contained in:
J. Nick Koston 2023-11-19 10:08:16 -06:00
parent 0f463862a7
commit 0dfb322c5c
No known key found for this signature in database

View File

@ -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,
)