mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
discogs: Add URI to test_parse_minimal_release data
This commit is contained in:
parent
c85f903cae
commit
b2f4834b76
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ class DGAlbumInfoTest(_common.TestCase):
|
|||
def test_parse_minimal_release(self):
|
||||
"""Test parsing of a release with the minimal amount of information."""
|
||||
data = {'id': 123,
|
||||
'uri': 'https://www.discogs.com/release/123456-something',
|
||||
'tracklist': [self._make_track('A', '1', '01:01')],
|
||||
'artists': [{'name': 'ARTIST NAME', 'id': 321, 'join': ''}],
|
||||
'title': 'TITLE'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue