mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 10:28:16 +01:00
Fix a counting bug with reported messages
This commit is contained in:
@@ -575,7 +575,7 @@ class MessageControllerTest {
|
||||
|
||||
assertThat(response.getStatus(), is(equalTo(202)));
|
||||
|
||||
verify(reportMessageManager).report(senderNumber, messageGuid);
|
||||
verify(reportMessageManager).report(senderNumber, messageGuid, AuthHelper.VALID_UUID);
|
||||
}
|
||||
|
||||
static Account mockAccountWithDeviceAndRegId(Object... deviceAndRegistrationIds) {
|
||||
|
||||
Reference in New Issue
Block a user