Fix sync test after 7b0ed6da81
This commit is contained in:
parent
34e23937a1
commit
8b7f33826e
1 changed files with 7 additions and 0 deletions
|
@ -1020,6 +1020,13 @@ describe("Zotero.Sync.Runner", function () {
|
|||
win = yield loadZoteroPane();
|
||||
var libraryID = Zotero.Libraries.userLibraryID;
|
||||
|
||||
setResponse({
|
||||
method: "GET",
|
||||
url: "keys/current",
|
||||
status: 403,
|
||||
headers: {},
|
||||
text: "Invalid Key"
|
||||
});
|
||||
yield runner.sync({
|
||||
background: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue