add handler tests
This commit is contained in:
33
server/handler/test_data/test_get_indexes_id_two
Normal file
33
server/handler/test_data/test_get_indexes_id_two
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"indexes": {
|
||||
"lastModified": 0,
|
||||
"index": [
|
||||
{
|
||||
"name": "A",
|
||||
"artist": [
|
||||
{
|
||||
"id": 2,
|
||||
"name": "A Certain Ratio"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Anika"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "#",
|
||||
"artist": [
|
||||
{
|
||||
"id": 5,
|
||||
"name": "13th Floor Lowervators"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user