add handler tests
This commit is contained in:
32
server/handler/test_data/test_get_artists_no_args
Normal file
32
server/handler/test_data/test_get_artists_no_args
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"artists": {
|
||||
"index": [
|
||||
{
|
||||
"name": "A",
|
||||
"artist": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "A Certain Ratio"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Anikas"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "#",
|
||||
"artist": [
|
||||
{
|
||||
"id": 2,
|
||||
"name": "13th Floor Elevators"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user