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
1d77ef9e53
commit
f94fae3aa8
|
@ -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