Ombi/tests/cypress/fixtures/mocks/plex/plex-test.mock.json
2022-12-02 15:37:32 +00:00

17 lines
222 B
JSON

{
"request": {
"method": "GET"
},
"response": {
"status": 200,
"jsonBody": {
"mediaContainer": {
"version": "99"
}
},
"headers": {
"Content-Type": "application/json"
}
}
}