mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 05:34:23 +01:00
More permissive log check for #3247
This commit is contained in:
parent
83ac5ed022
commit
8bef21a4d5
1 changed files with 1 additions and 4 deletions
|
|
@ -200,10 +200,7 @@ class ReplayGainLdnsCliMalformedTest(TestHelper, unittest.TestCase):
|
|||
|
||||
# Count how many lines match the expected error.
|
||||
matching = [line for line in logs if
|
||||
line == 'replaygain: ReplayGain error: bs1770gain '
|
||||
'returned malformed XML - this is a bug in '
|
||||
'versions prior to v0.4.10, please ensure that '
|
||||
'your version is up to date']
|
||||
'malformed XML' in line]
|
||||
|
||||
self.assertEqual(len(matching), 2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue