test: add mock resposes
This commit is contained in:
parent
0c25f2ae48
commit
83e7dfac46
5 changed files with 126 additions and 0 deletions
14
src/tests/ResponseMocks/SteamAPIMockResponse.json
Normal file
14
src/tests/ResponseMocks/SteamAPIMockResponse.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"applist": {
|
||||
"apps": [
|
||||
{
|
||||
"appid": 2076590,
|
||||
"name": "Hooking Season Playtest"
|
||||
},
|
||||
{
|
||||
"appid": 2076600,
|
||||
"name": "MonsterTamer"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue