From 47a66d6503b881927fec25020229e06da512f4a4 Mon Sep 17 00:00:00 2001 From: zg009 <103973669+zg009@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:01:52 -0500 Subject: [PATCH] Update test/integration/http-test.js wording 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 baa2f1bc..b4e5e4a9 100644 --- a/test/integration/http-test.js +++ b/test/integration/http-test.js @@ -678,7 +678,7 @@ describe('HTTP APIs', function () { .expect(400, done) } ) - it('should return a 400 error when trying to put a resource that contains a reserved suffix', + it('should return a 400 error when trying to PUT a resource with a name that contains a reserved suffix', function (done) { server.put('/foo/bar.acl/test.ttl') .send(putRequestBody)