Write number->pni mapping before checking rrp table

This commit is contained in:
Ravi Khadiwala
2024-12-02 14:36:07 -06:00
committed by ravi-signal
parent 2c163352c3
commit a99ac14c6a
2 changed files with 13 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ public final class Operations {
final TestUser user = TestUser.create(number, accountPassword, registrationPassword);
final AccountAttributes accountAttributes = user.accountAttributes();
INTEGRATION_TOOLS.populateRecoveryPassword(user.pniUuid(), registrationPassword).join();
INTEGRATION_TOOLS.populateRecoveryPassword(number, registrationPassword).join();
final ECKeyPair aciIdentityKeyPair = Curve.generateKeyPair();
final ECKeyPair pniIdentityKeyPair = Curve.generateKeyPair();