From 74a3d61f7fdc1055d87643d8f6c57fe4df9b474c Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Mon, 3 Apr 2023 21:45:11 +0200 Subject: [PATCH] Update test/integration/http-test.js Co-authored-by: Ted Thibodeau Jr --- test/integration/http-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/http-test.js b/test/integration/http-test.js index b7230f480..cbe7d5bc9 100644 --- a/test/integration/http-test.js +++ b/test/integration/http-test.js @@ -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')