koel/cypress/fixtures/artist-info.get.200.json

9 lines
188 B
JSON
Raw Normal View History

2021-01-03 14:43:57 +00:00
{
"url": "https://www.last.fm/music/The+Band",
"image": "http://localhost:8080/test/images/sample.png",
"bio": {
"summary": "Artist summary",
"full": "Artist full bio"
}
}