Skip to content

Commit

Permalink
Update test/integration/http-test.js
Browse files Browse the repository at this point in the history
wording

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
zg009 and TallTed authored Apr 1, 2024
1 parent 47a66d6 commit d9a6865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit d9a6865

Please sign in to comment.