Merge pull request #2005 from weaveworks/2004-fix-time-dependant-test

Fix time-dependant test (stop testing docker client library)
This commit is contained in:
Alfonso Acosta
2016-11-10 17:45:30 +01:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ func TestContainer(t *testing.T) {
"docker_label_foo1": "bar1",
"docker_label_foo2": "bar2",
"docker_container_state": "running",
"docker_container_state_human": "Up 6 years",
"docker_container_state_human": c.Container().State.String(),
"docker_container_uptime": uptime.String(),
}).WithLatestControls(
controls,