mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 08:58:04 +01:00
Set client public keys in the scope of a pessimistic account lock
This commit is contained in:
committed by
Jon Chambers
parent
0e43524dac
commit
7980da9ce5
@@ -827,6 +827,6 @@ class DeviceControllerTest {
|
||||
assertEquals(204, response.getStatus());
|
||||
}
|
||||
|
||||
verify(clientPublicKeysManager).setPublicKey(AuthHelper.VALID_UUID, AuthHelper.VALID_DEVICE.getId(), request.publicKey());
|
||||
verify(clientPublicKeysManager).setPublicKey(AuthHelper.VALID_ACCOUNT, AuthHelper.VALID_DEVICE.getId(), request.publicKey());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user