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 141868d commit be1429e
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 @@ -670,7 +670,7 @@ describe('HTTP APIs', function () {
.expect(201, done)
}
)
it('should return a 400 error when trying to put a container that contains a reserved suffix',
it('should return a 400 error when trying to PUT a container with a name that contains a reserved suffix',
function (done) {
server.put('/foo/bar.acl/test/')
.set('content-type', 'text/turtle')
Expand Down

0 comments on commit be1429e

Please sign in to comment.