commit 9541a6cfcdffefcb7e4e2aa2c36504b29290db0e
parent 6900a5ccf82ba88c7d3556a71f8e6c709f1fa091
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 30 Nov 2016 22:40:54 -0500
Fix connector server test after 6900a5cc
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test/tests/server_connectorTest.js b/test/tests/server_connectorTest.js
@@ -334,9 +334,7 @@ describe("Connector Server", function () {
));
assert.instanceOf(error, Zotero.HTTP.UnexpectedStatusException);
assert.equal(error.xmlhttp.status, 400);
- assert.equal(error.xmlhttp.responseText,
- Zotero.getString("styles.installError",
- Zotero.getString('styles.unknownOrigin')));
+ assert.equal(error.xmlhttp.responseText, Zotero.getString("styles.installError", "(null)"));
});
it('should import a style with application/vnd.citationstyles.style+xml content-type', function* () {