Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: enable skipped base64 encoding test (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 17, 2019
1 parent e2e6701 commit 82ed328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/http-api/inject/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ module.exports = (http) => {
expect(res.statusCode).to.equal(200)
})

// TODO: unskip when we can retrieve data from the repo with a different
// version CID then it was added with.
it.skip('should add data and return a base64 encoded CID', async () => {
it('should add data and return a base64 encoded CID', async () => {
const form = new FormData()
form.append('data', Buffer.from('TEST' + Date.now()))
const headers = form.getHeaders()
Expand Down

0 comments on commit 82ed328

Please sign in to comment.