summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-10-25 15:14:19 -0700
committerJoffrey F <joffrey@docker.com>2017-10-25 16:26:47 -0700
commit2fa3a6c0b8d565cedc0aa3af9c51a39129a9f641 (patch)
tree149395d347ae8905fc46c3d4ca5b5bdbc93fe152 /tests
parent93f2ab1530b86afb5020ba06d9786bc351b0996d (diff)
downloaddocker-py-update_test_matrix.tar.gz
Update test engine versions in Jenkinsfileupdate_test_matrix
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/api_build_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_build_test.py b/tests/integration/api_build_test.py
index 21464ff..a808981 100644
--- a/tests/integration/api_build_test.py
+++ b/tests/integration/api_build_test.py
@@ -210,7 +210,7 @@ class BuildTest(BaseAPIIntegrationTest):
pass
info = self.client.inspect_image('build1')
- self.assertEqual(info['Config']['OnBuild'], [])
+ assert not info['Config']['OnBuild']
@requires_api_version('1.25')
def test_build_with_network_mode(self):