Add tentative prefix to crash report uploads

This commit is contained in:
Fedor Indutny 2022-01-14 13:50:45 -08:00 committed by GitHub
parent 90356d4c0f
commit 145d9287d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -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 },