24
1
Fork 0
This commit is contained in:
Abhinav Adduri 2017-08-07 15:12:11 -07:00
parent 4db7fc6db3
commit 60eda64c8d
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -46,7 +46,6 @@ describe('Server integration tests', function() {
.set(
'X-File-Metadata',
JSON.stringify({
aad: '11111',
id: '111111111111111111111111',
filename: 'test_upload.txt'
})