From 8bf9d75f668dee13fed39fb08768656aace776fd Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 30 Jun 2019 12:50:36 +0200 Subject: [PATCH] fixing test --- test/test_discogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_discogs.py b/test/test_discogs.py index d97f172b9..6b8fdb8d8 100644 --- a/test/test_discogs.py +++ b/test/test_discogs.py @@ -32,7 +32,7 @@ class DGAlbumInfoTest(_common.TestCase): those required for the tests on this class.""" data = { 'id': 'ALBUM ID', - 'uri': 'ALBUM URI', + 'uri': 'https://www.discogs.com/release/release/13633721', 'title': 'ALBUM TITLE', 'year': '3001', 'released': '2019-06-07',