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):
|
def to_dict(self, include_default_client_id=False):
|
||||||
obj = {
|
obj = {
|
||||||
'thingName': self.thing_name,
|
'thingName': self.thing_name,
|
||||||
|
'thingArn': self.arn,
|
||||||
'attributes': self.attributes,
|
'attributes': self.attributes,
|
||||||
'version': self.version
|
'version': self.version
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user