Skip to content

Commit 81d8dfd

Browse files
zg009TallTed
andauthored
Update test/integration/http-test.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent d9a6865 commit 81d8dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ describe('HTTP APIs', function () {
10031003
if (err) return done(err)
10041004
try {
10051005
postLocation = res.headers.location
1006-
assert(!postLocation.endsWith('.acl/') && !postLocation.endsWith('.meta/'), 'Container name should not end with ".acl" or ".meta"')
1006+
assert(!postLocation.endsWith('.acl/') && !postLocation.endsWith('.meta/'), 'Container name cannot end with ".acl" or ".meta"')
10071007
} catch (err) {
10081008
return done(err)
10091009
}

0 commit comments

Comments
 (0)