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