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 141868d commit be1429eCopy full SHA for be1429e
test/integration/http-test.js
@@ -670,7 +670,7 @@ describe('HTTP APIs', function () {
670
.expect(201, done)
671
}
672
)
673
- 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',
674
function (done) {
675
server.put('/foo/bar.acl/test/')
676
.set('content-type', 'text/turtle')
0 commit comments