From 657f7e93b0923b7be3612ff03998e5280d688f51 Mon Sep 17 00:00:00 2001
From: Martin Czygan <martin.czygan@gmail.com>
Date: Fri, 2 Apr 2021 22:37:59 +0200
Subject: datacite: a missing surname should be None, not the empty string

refs sentry #77700
---
 python/tests/files/datacite/datacite_result_33.json | 1 -
 python/tests/files/datacite/datacite_result_34.json | 1 -
 2 files changed, 2 deletions(-)

(limited to 'python/tests/files/datacite')

diff --git a/python/tests/files/datacite/datacite_result_33.json b/python/tests/files/datacite/datacite_result_33.json
index bcb72469..cf6b8496 100644
--- a/python/tests/files/datacite/datacite_result_33.json
+++ b/python/tests/files/datacite/datacite_result_33.json
@@ -8,7 +8,6 @@
   "contribs": [
     {
       "given_name": "",
-      "surname": "",
       "index": 0,
       "raw_name": "ABC News",
       "role": "author"
diff --git a/python/tests/files/datacite/datacite_result_34.json b/python/tests/files/datacite/datacite_result_34.json
index 4a52e22c..85641157 100644
--- a/python/tests/files/datacite/datacite_result_34.json
+++ b/python/tests/files/datacite/datacite_result_34.json
@@ -8,7 +8,6 @@
   "contribs": [
     {
       "given_name": "",
-      "surname": "",
       "index": 0,
       "raw_name": "Paul Katz",
       "role": "author"
-- 
cgit v1.2.3