Fix sync test after removing format=json from syncAPIClient

This commit is contained in:
Dan Stillman 2021-03-03 06:41:44 -05:00
parent 914f86839c
commit 9204e18ee3

View file

@ -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]