Fix tests

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
Mazz Mosley 2015-10-26 10:27:57 +00:00 committed by Daniel Nephin
commit da41ed22f9
4 changed files with 4 additions and 5 deletions

View file

@ -16,6 +16,7 @@ def build_mock_container(reader):
name='myapp_web_1',
name_without_project='web_1',
has_api_logs=True,
log_stream=None,
attach=reader,
wait=mock.Mock(return_value=0),
)