mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-20 19:50:15 +00:00
Fix incorrect state updates in FakeTestProtocols (#861)
This commit is contained in:
@@ -413,4 +413,4 @@ class FakeIotProtocol(IotProtocol):
|
||||
for target in request:
|
||||
response.update(get_response_for_module(target))
|
||||
|
||||
return response
|
||||
return copy.deepcopy(response)
|
||||
|
||||
Reference in New Issue
Block a user