Skip to content

Commit

Permalink
also do not save the id
Browse files Browse the repository at this point in the history
  • Loading branch information
gormed authored and bhstahl committed Sep 13, 2018
1 parent 97ce39f commit 158b895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Test-EndToEnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ describe('EndToEnd', () => {
assert.equal(res.headers['tus-resumable'], TUS_RESUMABLE);
// the location header is relative to the store path
assert.equal(res.headers.location.indexOf(STORE_PATH) > -1, false);
// Save the id for subsequent tests
res.headers.location.split('/').pop();
done();
});
});
Expand Down

0 comments on commit 158b895

Please sign in to comment.