mirror of https://github.com/docker/docker-py.git
unit test
This commit is contained in:
parent
53aa77fd3a
commit
1f74262ab3
|
@ -489,6 +489,7 @@ class DockerClientTest(Cleanup, base.BaseTestCase):
|
|||
"StdinOnce": false,
|
||||
"NetworkDisabled": false,
|
||||
"Cpuset": "0,1",
|
||||
"CpusetCpus": "0,1",
|
||||
"MemorySwap": 0}'''))
|
||||
self.assertEqual(args[1]['headers'],
|
||||
{'Content-Type': 'application/json'})
|
||||
|
|
Loading…
Reference in New Issue