Skip to content

Commit 74a3d61

Browse files
bourgeoaTallTed
andauthored
Update test/integration/http-test.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent f906322 commit 74a3d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ describe('HTTP APIs', function () {
535535
.expect(hasHeader('acl', 'baz.ttl' + suffixAcl))
536536
.expect(201, done)
537537
})
538-
it('should not create a resource with % encoded $.ext', function (done) {
538+
it('should not create a resource with percent-encoded $.ext', function (done) {
539539
server.put('/foo/bar/baz%24.ttl')
540540
.send(putRequestBody)
541541
.set('content-type', 'text/turtle')

0 commit comments

Comments
 (0)