Convert time data back to string values when serializing config
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
d454a1d3fb
commit
507e0d7a64
3 changed files with 67 additions and 2 deletions
|
|
@ -339,8 +339,8 @@ class CLITestCase(DockerClientTestCase):
|
|||
|
||||
'healthcheck': {
|
||||
'test': 'cat /etc/passwd',
|
||||
'interval': 10000000000,
|
||||
'timeout': 1000000000,
|
||||
'interval': '10s',
|
||||
'timeout': '1s',
|
||||
'retries': 5,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue