Fix additional sync test after format=json
removal
This commit is contained in:
parent
903fc4d9a7
commit
8c1f10c782
1 changed files with 2 additions and 2 deletions
|
@ -1173,7 +1173,7 @@ describe("Zotero.Sync.Runner", function () {
|
||||||
});
|
});
|
||||||
setResponse({
|
setResponse({
|
||||||
method: "GET",
|
method: "GET",
|
||||||
url: `users/1/collections?format=json&collectionKey=${json.key}`,
|
url: `users/1/collections?collectionKey=${json.key}`,
|
||||||
status: 200,
|
status: 200,
|
||||||
headers: {
|
headers: {
|
||||||
"Last-Modified-Version": 2
|
"Last-Modified-Version": 2
|
||||||
|
@ -1233,7 +1233,7 @@ describe("Zotero.Sync.Runner", function () {
|
||||||
});
|
});
|
||||||
setResponse({
|
setResponse({
|
||||||
method: "GET",
|
method: "GET",
|
||||||
url: target + `/collections?format=json&collectionKey=${json.key}`,
|
url: target + `/collections?collectionKey=${json.key}`,
|
||||||
status: 200,
|
status: 200,
|
||||||
headers: {
|
headers: {
|
||||||
"Last-Modified-Version": 2
|
"Last-Modified-Version": 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue