mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Address some comments from thockin@
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user