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 47a66d6 commit d9a6865Copy full SHA for d9a6865
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 should not end with ".acl" or ".meta"')
1007
} catch (err) {
1008
return done(err)
1009
}
0 commit comments