Skip to content

Commit

Permalink
Merge pull request #2005 from weaveworks/2004-fix-time-dependant-test
Browse files Browse the repository at this point in the history
Fix time-dependant test (stop testing docker client library)
  • Loading branch information
Alfonso Acosta authored Nov 10, 2016
2 parents 6fadada + e57cd8d commit ed26575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe/docker/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed26575

Please sign in to comment.