From 663574c7ffa95e245aa6d8977b739305a6eac08e Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Fri, 1 Feb 2013 18:10:11 +0100 Subject: [PATCH] Adapted test to pull request #87 --- test/test_mb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_mb.py b/test/test_mb.py index fdca85697..7e007e1e4 100644 --- a/test/test_mb.py +++ b/test/test_mb.py @@ -23,6 +23,7 @@ class MBAlbumInfoTest(unittest.TestCase): 'title': 'ALBUM TITLE', 'id': 'ALBUM ID', 'asin': 'ALBUM ASIN', + 'disambiguation': 'DISAMBIGUATION', 'release-group': { 'type': 'Album', 'first-release-date': date_str,