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