mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
fix test
This commit is contained in:
parent
c50884a2f9
commit
6dbaa5660e
@ -1418,7 +1418,7 @@ func TestIsSchedulableAfterCSIDriverChange(t *testing.T) {
|
||||
Name: "test2",
|
||||
},
|
||||
Spec: storagev1.CSIDriverSpec{
|
||||
StorageCapacity: ptr.To(true),
|
||||
StorageCapacity: ptr.To(false),
|
||||
},
|
||||
},
|
||||
oldObj: &storagev1.CSIDriver{
|
||||
@ -1426,7 +1426,7 @@ func TestIsSchedulableAfterCSIDriverChange(t *testing.T) {
|
||||
Name: "test2",
|
||||
},
|
||||
Spec: storagev1.CSIDriverSpec{
|
||||
StorageCapacity: ptr.To(false),
|
||||
StorageCapacity: ptr.To(true),
|
||||
},
|
||||
},
|
||||
err: false,
|
||||
|
Loading…
Reference in New Issue
Block a user