Avoid logged error in retraction test from missing response data
This commit is contained in:
parent
7422c50076
commit
6fd0b8245b
1 changed files with 5 additions and 1 deletions
|
@ -170,7 +170,11 @@ describe("Retractions", function() {
|
|||
{
|
||||
doi: hash,
|
||||
retractionDOI: '10.1234/bcdef',
|
||||
date: '2019-01-02'
|
||||
date: '2019-01-02',
|
||||
reasons: [
|
||||
"Error in Data"
|
||||
],
|
||||
urls: []
|
||||
}
|
||||
])
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue