return thing_arn when calling list_things
This commit is contained in:
parent
821cd5376d
commit
afa6ae288d
@ -32,6 +32,7 @@ class FakeThing(BaseModel):
|
||||
def to_dict(self, include_default_client_id=False):
|
||||
obj = {
|
||||
'thingName': self.thing_name,
|
||||
'thingArn': self.arn,
|
||||
'attributes': self.attributes,
|
||||
'version': self.version
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user