Skip to content

Commit

Permalink
Update test/integration/http-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
bourgeoa and TallTed authored Apr 3, 2023
1 parent f906322 commit 74a3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ describe('HTTP APIs', function () {
.expect(hasHeader('acl', 'baz.ttl' + suffixAcl))
.expect(201, done)
})
it('should not create a resource with % encoded $.ext', function (done) {
it('should not create a resource with percent-encoded $.ext', function (done) {
server.put('/foo/bar/baz%24.ttl')
.send(putRequestBody)
.set('content-type', 'text/turtle')
Expand Down

0 comments on commit 74a3d61

Please sign in to comment.