Avoid logged error in retraction test from missing response data

This commit is contained in:
Dan Stillman 2020-06-22 02:28:05 -04:00
parent 7422c50076
commit 6fd0b8245b

View file

@ -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: []
}
])
);