Merge pull request #1671 from sthuber90/master

Fixes #1670
This commit is contained in:
Steve Pulec 2018-06-08 18:10:36 -04:00 committed by GitHub
commit 9fd933cc4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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
}