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 be1429e commit 47a66d6
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 @@ -678,7 +678,7 @@ describe('HTTP APIs', function () {
.expect(400, done)
}
)
it('should return a 400 error when trying to put a resource that contains a reserved suffix',
it('should return a 400 error when trying to PUT a resource with a name that contains a reserved suffix',
function (done) {
server.put('/foo/bar.acl/test.ttl')
.send(putRequestBody)
Expand Down

0 comments on commit 47a66d6

Please sign in to comment.