Merge branch 'master' of https://github.com/walkerlee/docker-py into walkerlee-master

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-12-02 14:57:57 -08:00
commit fd4c01aa99
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class NetworkTest(BaseAPIClientTest):
"Gateway": "192.168.52.254", "Gateway": "192.168.52.254",
"Subnet": "192.168.52.0/24", "Subnet": "192.168.52.0/24",
"AuxiliaryAddresses": None, "AuxiliaryAddresses": None,
}] }],
} }
}) })