#2800 - CognitoIdentity - Fix format of Identity ID

This commit is contained in:
Bert Blommers 2020-04-04 14:09:38 +01:00
commit 280db9df6c
3 changed files with 7 additions and 6 deletions

View file

@ -48,6 +48,5 @@ def test_get_id():
},
)
print(res.data)
json_data = json.loads(res.data.decode("utf-8"))
assert ":" in json_data["IdentityId"]