-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fixtures for 'getManifestationViaMaterialByFaust' in reservation-…
…details.test
- Loading branch information
1 parent
89f92f9
commit 9db99ff
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"data": { | ||
"manifestation": { | ||
"languages": { | ||
"main": [ | ||
{ | ||
"display": "engelsk", | ||
"isoCode": "eng" | ||
} | ||
] | ||
}, | ||
"pid": "870970-basis:46985591", | ||
"titles": { | ||
"full": ["Harry Potter"] | ||
}, | ||
"abstract": [ | ||
"How has Harry Potter aged and what does it still have to teach us? This book offers Potter fans a taste of the best the fandom has to offer. Enthusiasts and scholars explore the culture of the fandom, its evolution, and how it managed to turn a boy wizard into an international icon." | ||
], | ||
"materialTypes": [ | ||
{ | ||
"specific": "bog" | ||
} | ||
], | ||
"creators": [], | ||
"edition": { | ||
"publicationYear": { | ||
"display": "2019" | ||
} | ||
}, | ||
"series": [] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters