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 afbe557 commit 29c115fCopy full SHA for 29c115f
test/integration/validate-tts.js
@@ -16,7 +16,7 @@ const invalidTurtleBody = fs.readFileSync(path.join(__dirname, '../resources/inv
16
17
describe('HTTP requests with invalid Turtle syntax', () => {
18
describe('PUT API', () => {
19
- it('is allowed with invalid TTL files', (done) => {
+ it('is allowed with invalid TTL files in general', (done) => {
20
server.put('/invalid1.ttl')
21
.send(invalidTurtleBody)
22
.set('content-type', 'text/turtle')
0 commit comments