add handler tests
This commit is contained in:
28
server/handler/test_data/test_get_artist_id_two
Normal file
28
server/handler/test_data/test_get_artist_id_two
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"artist": {
|
||||
"id": 2,
|
||||
"name": "13th Floor Elevators",
|
||||
"album": [
|
||||
{
|
||||
"id": 3,
|
||||
"coverArt": 2,
|
||||
"artistId": 2,
|
||||
"artist": "13th Floor Elevators",
|
||||
"name": "Easter Everywhere",
|
||||
"created": "2019-05-28T20:59:03.010415595+01:00"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"coverArt": 3,
|
||||
"artistId": 2,
|
||||
"artist": "13th Floor Elevators",
|
||||
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
|
||||
"created": "2019-05-28T20:59:03.022922683+01:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user