mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix missing pdb in test
This commit is contained in:
parent
e1f0526934
commit
e017436bef
@ -251,7 +251,7 @@ func TestEvictionDryRun(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
client := fake.NewSimpleClientset()
|
||||
client := fake.NewSimpleClientset(tc.pdbs...)
|
||||
evictionRest := newEvictionStorage(storage.Store, client.PolicyV1beta1())
|
||||
eviction := &policy.Eviction{ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: "default"}, DeleteOptions: tc.evictionOptions}
|
||||
_, err := evictionRest.Create(testContext, eviction, nil, tc.requestOptions)
|
||||
|
Loading…
Reference in New Issue
Block a user