mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add extension to uploaded debug log
This commit is contained in:
@@ -40,7 +40,7 @@ describe('uploadDebugLogs', () => {
|
||||
it('makes a request to get the S3 bucket, then uploads it there', async function test() {
|
||||
assert.strictEqual(
|
||||
await uploadDebugLogs('hello world', '1.2.3'),
|
||||
'https://debuglogs.org/abc123'
|
||||
'https://debuglogs.org/abc123.gz'
|
||||
);
|
||||
|
||||
sinon.assert.calledOnce(this.fakeGet);
|
||||
|
||||
Reference in New Issue
Block a user