diff --git a/tests/test_device_aws.py b/tests/test_device_aws.py index e771e93..285c6dd 100644 --- a/tests/test_device_aws.py +++ b/tests/test_device_aws.py @@ -39,6 +39,8 @@ async def set_device_info(device_uuid, service_name, action_verb, action_value): # this function seems to be only updating the states consider rename the method. # action_verb seems to be a type annotation: # c.f. senml: https://www.rfc-editor.org/rfc/rfc8428.html#section-5 + # the senml parsing library (utils.py) could use some additional love. + # to make it more conformal to the RFC standard. for state in self.info['states']: if state['n'] == service_name: break