mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Add tentative prefix to crash report uploads
This commit is contained in:
@@ -46,7 +46,7 @@ describe('upload', () => {
|
||||
);
|
||||
|
||||
sinon.assert.calledOnce(this.fakeGet);
|
||||
sinon.assert.calledWith(this.fakeGet, 'https://debuglogs.org', {
|
||||
sinon.assert.calledWith(this.fakeGet, 'https://debuglogs.org/', {
|
||||
responseType: 'json',
|
||||
headers: { 'User-Agent': 'Signal-Desktop/1.2.3 Linux' },
|
||||
timeout: { request: durations.MINUTE },
|
||||
|
||||
Reference in New Issue
Block a user