test: add mock resposes
This commit is contained in:
parent
0c25f2ae48
commit
83e7dfac46
5 changed files with 126 additions and 0 deletions
30
src/tests/ResponseMocks/MALMockMovie.json
Normal file
30
src/tests/ResponseMocks/MALMockMovie.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"data": [
|
||||
{
|
||||
"mal_id": 2890,
|
||||
"url": "https://myanimelist.net/anime/2890/Gake_no_Ue_no_Ponyo",
|
||||
"title": "Gake no Ue no Ponyo",
|
||||
"title_english": "Ponyo",
|
||||
"type": "Movie",
|
||||
"source": "Original",
|
||||
"episodes": 1,
|
||||
"aired": {
|
||||
"from": "2008-07-19T00:00:00+00:00",
|
||||
"to": null,
|
||||
"prop": {
|
||||
"from": {
|
||||
"day": 19,
|
||||
"month": 7,
|
||||
"year": 2008
|
||||
},
|
||||
"to": {
|
||||
"day": null,
|
||||
"month": null,
|
||||
"year": null
|
||||
}
|
||||
},
|
||||
"string": "Jul 19, 2008"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue