linting
This commit is contained in:
parent
4db7fc6db3
commit
60eda64c8d
@ -4,7 +4,6 @@ const FakeFile = window.FakeFile;
|
|||||||
const assert = window.assert;
|
const assert = window.assert;
|
||||||
const server = window.server;
|
const server = window.server;
|
||||||
const hexToArray = window.hexToArray;
|
const hexToArray = window.hexToArray;
|
||||||
const arrayToHex = window.arrayToHex;
|
|
||||||
const sinon = window.sinon;
|
const sinon = window.sinon;
|
||||||
|
|
||||||
let file;
|
let file;
|
||||||
|
@ -46,7 +46,6 @@ describe('Server integration tests', function() {
|
|||||||
.set(
|
.set(
|
||||||
'X-File-Metadata',
|
'X-File-Metadata',
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
aad: '11111',
|
|
||||||
id: '111111111111111111111111',
|
id: '111111111111111111111111',
|
||||||
filename: 'test_upload.txt'
|
filename: 'test_upload.txt'
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user