mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user