Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-11-02 14:10:13 -07:00 committed by Joffrey F
parent 9756a4ec4c
commit 6e1f9333d3
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class BuildTest(BaseAPIIntegrationTest):
self.tmp_imgs.append('dockerpytest_customnetbuild')
for chunk in stream:
print chunk
pass
assert self.client.inspect_image('dockerpytest_customnetbuild')