We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6865 commit 81d8dfdCopy full SHA for 81d8dfd
test/integration/http-test.js
@@ -1003,7 +1003,7 @@ describe('HTTP APIs', function () {
1003
if (err) return done(err)
1004
try {
1005
postLocation = res.headers.location
1006
- 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"')
1007
} catch (err) {
1008
return done(err)
1009
}
0 commit comments