Skip to content

Commit

Permalink
fix: do not accept text/n3 patch in test, so that new rdflib version …
Browse files Browse the repository at this point in the history
…continues to use the expected sparql-update
  • Loading branch information
angelo-v committed Jan 12, 2024
1 parent a94834a commit 657130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ describe("Store", () => {
headers: new Headers({
"Content-Type": "text/plain",
"wac-allow": 'user="read write append control",public="read"',
"accept-patch": "text/n3, application/sparql-update",
"accept-patch": "application/sparql-update",
allow: "PATCH, PUT",
}),
text: () => Promise.resolve("Not found"),
Expand Down

0 comments on commit 657130e

Please sign in to comment.