mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 21:48:04 +01:00
Include new/previous push token types as dimensions on "account created" counter
This commit is contained in:
committed by
Jon Chambers
parent
b32e67ff9e
commit
66783c9381
@@ -853,6 +853,7 @@ class AccountsManagerTest {
|
||||
when(existingAccount.getNumber()).thenReturn(e164);
|
||||
when(existingAccount.getPhoneNumberIdentifier()).thenReturn(requestedAccount.getIdentifier(IdentityType.PNI));
|
||||
when(existingAccount.getIdentifier(IdentityType.PNI)).thenReturn(requestedAccount.getIdentifier(IdentityType.PNI));
|
||||
when(existingAccount.getPrimaryDevice()).thenReturn(mock(Device.class));
|
||||
|
||||
throw new AccountAlreadyExistsException(existingAccount);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user