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) }