Fix additional sync test after format=json removal

This commit is contained in:
Dan Stillman 2021-03-03 08:43:43 -05:00
parent 903fc4d9a7
commit 8c1f10c782

View file

@ -1173,7 +1173,7 @@ describe("Zotero.Sync.Runner", function () {
});
setResponse({
method: "GET",
url: `users/1/collections?format=json&collectionKey=${json.key}`,
url: `users/1/collections?collectionKey=${json.key}`,
status: 200,
headers: {
"Last-Modified-Version": 2
@ -1233,7 +1233,7 @@ describe("Zotero.Sync.Runner", function () {
});
setResponse({
method: "GET",
url: target + `/collections?format=json&collectionKey=${json.key}`,
url: target + `/collections?collectionKey=${json.key}`,
status: 200,
headers: {
"Last-Modified-Version": 2