#2800 - CognitoIdentity - Fix format of Identity ID
This commit is contained in:
parent
7419f527d4
commit
280db9df6c
3 changed files with 7 additions and 6 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue