adapt to new output message

This commit is contained in:
Martin A. Brown 2016-04-02 10:54:20 -07:00
parent 239fc83222
commit 44f5afb714
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class TestDriverDetail(TestInventoryBase):
stdout = io.StringIO()
tldp.driver.detail(c, docs, file=stdout)
stdout.seek(0)
self.assertTrue('newer source' in stdout.read())
self.assertTrue('changed source' in stdout.read())
def test_broken_detail_verbosity(self):
c = self.config