Skip to content

Commit 158b895

Browse files
gormedbhstahl
authored andcommitted
also do not save the id
1 parent 97ce39f commit 158b895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Test-EndToEnd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ describe('EndToEnd', () => {
241241
assert.equal(res.headers['tus-resumable'], TUS_RESUMABLE);
242242
// the location header is relative to the store path
243243
assert.equal(res.headers.location.indexOf(STORE_PATH) > -1, false);
244-
// Save the id for subsequent tests
245-
res.headers.location.split('/').pop();
246244
done();
247245
});
248246
});

0 commit comments

Comments
 (0)