Put the GA test back to 10 credentials total

This commit is contained in:
Nicolas Stalder
2022-03-07 22:48:58 +01:00
parent cea0681a02
commit 591d3d2279
+2 -2
View File
@@ -41,7 +41,7 @@ class TestGetAssertion(object):
rp1_assertions = []
rp2_assertions = []
l1 = 2
l1 = 4
for i in range(0, l1):
res = device.sendMC(*req1.toMC())
rp1_registrations.append(res)
@@ -50,7 +50,7 @@ class TestGetAssertion(object):
"type": "public-key",
})
l2 = 2
l2 = 6
for i in range(0, l2):
res = device.sendMC(*req2.toMC())
rp2_registrations.append(res)