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 3afe36b commit c68a304Copy full SHA for c68a304
test/integration/http-test.js
@@ -923,7 +923,7 @@ describe('HTTP APIs', function () {
923
.expect(hasHeader('acl', suffixAcl))
924
.expect(201, done)
925
})
926
- it('should do something', function (done) {
+ it('create container with recursive example', function (done) {
927
server.post('/post-tests/')
928
.set('content-type', 'text/turtle')
929
.set('slug', 'foo.bar.acl.meta')
0 commit comments