Improve test infrastructure

This commit is contained in:
Brian Brazil
2015-06-20 13:32:32 +01:00
committed by Brian Brazil
parent 86a6f337f6
commit e34c52402f
4 changed files with 16 additions and 17 deletions

View File

@@ -272,7 +272,9 @@ func TestSystemStats_GenerateStats(t *testing.T) {
require.NoError(t, err)
dockertags := map[string]string{
"id": "blah",
"name": "blah",
"id": "",
"command": "",
}
assert.True(t, acc.CheckTaggedValue("user", 3.1, dockertags))