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({
|
||||
method: "GET",
|
||||
url: `users/1/items?format=json&itemKey=${item.key}&includeTrashed=1`,
|
||||
url: `users/1/items?itemKey=${item.key}&includeTrashed=1`,
|
||||
status: 200,
|
||||
headers,
|
||||
json: [json]
|
||||
|
|
Loading…
Reference in a new issue