We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1429e commit 47a66d6Copy full SHA for 47a66d6
test/integration/http-test.js
@@ -678,7 +678,7 @@ describe('HTTP APIs', function () {
678
.expect(400, done)
679
}
680
)
681
- 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',
682
function (done) {
683
server.put('/foo/bar.acl/test.ttl')
684
.send(putRequestBody)
0 commit comments