From 81d8dfdf484e1cc7fc80c337e3554fa746b932ae Mon Sep 17 00:00:00 2001 From: zg009 <103973669+zg009@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:41:34 -0500 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 d29758f9..4e5d599f 100644 --- a/test/integration/http-test.js +++ b/test/integration/http-test.js @@ -1003,7 +1003,7 @@ describe('HTTP APIs', function () { if (err) return done(err) try { postLocation = res.headers.location - assert(!postLocation.endsWith('.acl/') && !postLocation.endsWith('.meta/'), 'Container name should not end with ".acl" or ".meta"') + assert(!postLocation.endsWith('.acl/') && !postLocation.endsWith('.meta/'), 'Container name cannot end with ".acl" or ".meta"') } catch (err) { return done(err) }