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 1a1c08890f
commit 89bc094690

View file

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