test: add mock resposes
This commit is contained in:
parent
0c25f2ae48
commit
83e7dfac46
5 changed files with 126 additions and 0 deletions
13
src/tests/ResponseMocks/OMDBMockResponse.json
Normal file
13
src/tests/ResponseMocks/OMDBMockResponse.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"Search": [
|
||||
{
|
||||
"Title": "Guardians of the Galaxy",
|
||||
"Year": "2014",
|
||||
"imdbID": "tt2015381",
|
||||
"Type": "movie",
|
||||
"Poster": "https://m.media-amazon.com/images/M/MV5BMTAwMjU5OTgxNjZeQTJeQWpwZ15BbWU4MDUxNDYxODEx._V1_SX300.jpg"
|
||||
}
|
||||
],
|
||||
"totalResults": "1",
|
||||
"Response": "True"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue