From 4da0c4c1fc3583bdd73e5d75ae76522f31d09610 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 12 Apr 2017 00:16:57 -0400 Subject: [PATCH] Remove unused laststoragesync response from test --- test/tests/zoteroPaneTest.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/tests/zoteroPaneTest.js b/test/tests/zoteroPaneTest.js index 727b5eb41..4d3b37096 100644 --- a/test/tests/zoteroPaneTest.js +++ b/test/tests/zoteroPaneTest.js @@ -191,13 +191,6 @@ describe("ZoteroPane", function() { var mtime = "1441252524000"; var md5 = Zotero.Utilities.Internal.md5(text) - var newStorageSyncTime = Math.round(new Date().getTime() / 1000); - setResponse({ - method: "GET", - url: "users/1/laststoragesync", - status: 200, - text: "" + newStorageSyncTime - }); var s3Path = `pretend-s3/${item.key}`; this.httpd.registerPathHandler( `/users/1/items/${item.key}/file`,