From be1429efd4c9693739925215822f24224bd3b36e Mon Sep 17 00:00:00 2001 From: zg009 <103973669+zg009@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:01:40 -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 6c256e3d..baa2f1bc 100644 --- a/test/integration/http-test.js +++ b/test/integration/http-test.js @@ -670,7 +670,7 @@ describe('HTTP APIs', function () { .expect(201, done) } ) - it('should return a 400 error when trying to put a container that contains a reserved suffix', + it('should return a 400 error when trying to PUT a container with a name that contains a reserved suffix', function (done) { server.put('/foo/bar.acl/test/') .set('content-type', 'text/turtle')