From d9a6865f58e02a7d5d8d445a10dcbe8d1aa7d6b1 Mon Sep 17 00:00:00 2001 From: zg009 <103973669+zg009@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:02:04 -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 b4e5e4a9..d29758f9 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 should not end with ".acl" or ".meta"') } catch (err) { return done(err) }