mirror of https://github.com/docker/docker-py.git
Remove superfluous version validation
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
ca435af52e
commit
ec9356d3a0
|
|
@ -16,7 +16,6 @@ class InformationTest(BaseAPIIntegrationTest):
|
|||
res = self.client.version()
|
||||
self.assertIn('GoVersion', res)
|
||||
self.assertIn('Version', res)
|
||||
self.assertEqual(len(res['Version'].split('.')), 3)
|
||||
|
||||
def test_info(self):
|
||||
res = self.client.info()
|
||||
|
|
|
|||
Loading…
Reference in New Issue