Fix response content type in Find Available PDF test

This commit is contained in:
Dan Stillman 2022-11-16 18:32:42 -05:00
parent c6df0b586c
commit 7ffc509ee6

View file

@ -815,7 +815,7 @@ describe("Zotero.Attachments", function() {
status: 200,
response,
getResponseHeader: makeGetResponseHeader({
'Content-Type': 'application/pdf'
'Content-Type': 'application/json'
})
};
}