match the test to the prior commit

This commit is contained in:
Martin A. Brown 2016-04-18 12:25:31 -07:00
parent c947cfaf57
commit 872f5a5ed2
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class Test_post_publish_cleanup(TestInventoryBase):
tldp.driver.prepare_docs_build_mode(c, [doc])
with open(opj(doc.dtworkingdir, 'annoyance-file.txt'), 'w'):
pass
tldp.driver.post_publish_cleanup([doc])
tldp.driver.post_publish_cleanup([doc.dtworkingdir])
self.assertTrue(os.path.isdir(doc.dtworkingdir))