Fix response content type in Find Available PDF test
This commit is contained in:
parent
c6df0b586c
commit
7ffc509ee6
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ describe("Zotero.Attachments", function() {
|
|||
status: 200,
|
||||
response,
|
||||
getResponseHeader: makeGetResponseHeader({
|
||||
'Content-Type': 'application/pdf'
|
||||
'Content-Type': 'application/json'
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue