Broken test

This commit is contained in:
Einar Forselv 2019-12-10 17:28:35 +01:00
parent c5b7f11db7
commit 8858f88ba4
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ResticBackupTests(unittest.TestCase):
]
with mock.patch(list_containers_func, fixtures.containers(containers=containers)):
result = RunningContainers()
self.assertEqual(len(result.containers), 3, msg="Three containers expected")
self.assertEqual(len(result.containers), 4, msg="Three containers expected")
self.assertNotEqual(result.this_container, None, msg="No backup container found")
web_service = result.get_service('web')
self.assertNotEqual(web_service, None)