moto/tests/test_iotdata
Brian Pandola 163ae322e8
Fix: iot:UpdateThingShadow does not properly maintain state document (#4045)
Device shadow updates affect only the fields specified in the request state document.
Any field with a value of null is removed from the device's shadow.[1]

Verified behavior against a real AWS backend.

[1]: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-rest-api.html#API_UpdateThingShadow
2021-06-30 08:15:45 +01:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_iotdata.py Fix: iot:UpdateThingShadow does not properly maintain state document (#4045) 2021-06-30 08:15:45 +01:00
test_server.py Fix: IoT does not work in server mode (#3644) 2021-02-01 13:15:57 +00:00