We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98f9dd commit 8583b9fCopy full SHA for 8583b9f
tests/test_person_fdo.py
@@ -75,14 +75,3 @@ def test_author_fdo_structure(mock_fetch):
75
assert kernel["@type"] == "Person"
76
assert kernel["name"] == "Test Author"
77
assert kernel["description"] == "A test researcher"
78
-
79
- # Check specific fields
80
- assert kernel["sameAs"] == ["https://example.com"]
81
82
- # Check affiliation ref
83
- assert kernel["affiliation"] == [{"@id": "https://portal.mardi4nfdi.de/entity/Q123"}]
84
85
- # Check ORCID
86
- assert len(kernel["identifier"]) == 1
87
- assert kernel["identifier"][0]["propertyID"] == "orcid"
88
- assert kernel["identifier"][0]["value"] == "0000-0000-0000-0000"
0 commit comments