File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const withLock = require('../lock')
1515// Patch parsers by request body content type
1616const PATCH_PARSERS = {
1717 'application/sparql-update' : require ( './patch/sparql-update-parser.js' ) ,
18+ 'application/sparql-update-single-match' : require ( './patch/sparql-update-parser.js' ) ,
1819 'text/n3' : require ( './patch/n3-patch-parser.js' )
1920}
2021
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ teardown || true
4545setup
4646waitForNss server
4747runTests webid-provider-tests v2.0.3
48- runTests solid-crud-tests v3.1.0
48+ runTests solid-crud-tests latest
4949waitForNss thirdparty
50- runTests web-access-control-tests v4.0.0
50+ runTests web-access-control-tests latest
5151teardown
5252
5353# To debug, e.g. running web-access-control-tests jest interactively,
You can’t perform that action at this time.
0 commit comments