Skip to content

Commit 47a66d6

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

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
@@ -678,7 +678,7 @@ describe('HTTP APIs', function () {
678678
.expect(400, done)
679679
}
680680
)
681-
it('should return a 400 error when trying to put a resource that contains a reserved suffix',
681+
it('should return a 400 error when trying to PUT a resource with a name that contains a reserved suffix',
682682
function (done) {
683683
server.put('/foo/bar.acl/test.ttl')
684684
.send(putRequestBody)

0 commit comments

Comments
 (0)