mirror of https://github.com/k3s-io/k3s
Merge pull request #42381 from timchenxiaoyu/createdtypo
Automatic merge from submit-queue fix created typopull/6/head
commit
e0817ef832
|
@ -760,7 +760,7 @@ func TestPersistentVolumeControllerStartup(t *testing.T) {
|
|||
}
|
||||
pvcs[i] = newPVC
|
||||
// Drain watchPVC with all events generated by the PVC until it's bound
|
||||
// We don't want to catch "PVC craated with Status.Phase == Pending"
|
||||
// We don't want to catch "PVC created with Status.Phase == Pending"
|
||||
// later in this test.
|
||||
waitForAnyPersistentVolumeClaimPhase(watchPVC, v1.ClaimBound)
|
||||
|
||||
|
|
Loading…
Reference in New Issue