Address some comments from thockin@

This commit is contained in:
Brendan Burns
2014-07-09 16:53:31 -07:00
parent 56735fe2ec
commit 6312ffebcf
5 changed files with 11 additions and 10 deletions

View File

@@ -448,8 +448,7 @@ func TestSyncManifestsUnhealthy(t *testing.T) {
ID: "foo",
Containers: []api.Container{
{Name: "bar",
LivenessProbe: api.LivenessProbe{
Enabled: true,
LivenessProbe: &api.LivenessProbe{
// Always returns healthy == false
Type: "false",
},