User data is returned when there are more than 1 credential.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-10-03 10:44:57 +02:00
parent b87eb3f278
commit d786a9c6e5

View File

@@ -140,6 +140,7 @@ def test_rk_maximum_size_nodisplay(device):
user_max_GA = auths[0] user_max_GA = auths[0]
print(auths) print(auths)
for y in ("name", "displayName", "id"): for y in ("name", "displayName", "id"):
if (y in user_max_GA):
assert user_max_GA.user[y] == user_max[y] assert user_max_GA.user[y] == user_max[y]