mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Merge pull request #25325 from swagiaal/attacher-interface-update
Update Attacher/Detacher interfaces.
This commit is contained in:
@@ -559,9 +559,6 @@ func TestCleanupOrphanedVolumes(t *testing.T) {
|
||||
if detacher.DetachCallCount != 1 {
|
||||
t.Errorf("Expected Detach to be called")
|
||||
}
|
||||
if detacher.WaitForDetachCallCount != 1 {
|
||||
t.Errorf("Expected WaitForDetach to be called")
|
||||
}
|
||||
if detacher.UnmountDeviceCallCount != 1 {
|
||||
t.Errorf("Expected UnmountDevice to be called")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user