We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f906322 commit 74a3d61Copy full SHA for 74a3d61
test/integration/http-test.js
@@ -535,7 +535,7 @@ describe('HTTP APIs', function () {
535
.expect(hasHeader('acl', 'baz.ttl' + suffixAcl))
536
.expect(201, done)
537
})
538
- it('should not create a resource with % encoded $.ext', function (done) {
+ it('should not create a resource with percent-encoded $.ext', function (done) {
539
server.put('/foo/bar/baz%24.ttl')
540
.send(putRequestBody)
541
.set('content-type', 'text/turtle')
0 commit comments