Fix sync test after removing format=json
from syncAPIClient
This commit is contained in:
parent
914f86839c
commit
9204e18ee3
1 changed files with 1 additions and 1 deletions
|
@ -1887,7 +1887,7 @@ describe("Zotero.Sync.Data.Engine", function () {
|
||||||
});
|
});
|
||||||
setResponse({
|
setResponse({
|
||||||
method: "GET",
|
method: "GET",
|
||||||
url: `users/1/items?format=json&itemKey=${item.key}&includeTrashed=1`,
|
url: `users/1/items?itemKey=${item.key}&includeTrashed=1`,
|
||||||
status: 200,
|
status: 200,
|
||||||
headers,
|
headers,
|
||||||
json: [json]
|
json: [json]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue