From 94f6422562e3c6ec343b4a2d3c220c323e1a62e4 Mon Sep 17 00:00:00 2001 From: geyingqi Date: Sat, 26 Oct 2024 12:56:37 +0800 Subject: [PATCH] test:Fix typo --- test/integration/volume/attach_detach_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/volume/attach_detach_test.go b/test/integration/volume/attach_detach_test.go index ce89ea36bd7..880b5fe24a1 100644 --- a/test/integration/volume/attach_detach_test.go +++ b/test/integration/volume/attach_detach_test.go @@ -216,7 +216,7 @@ func initCSIObjects(stopCh <-chan struct{}, informers clientgoinformers.SharedIn go informers.Storage().V1().CSIDrivers().Informer().Run(stopCh) } -func TestPodUpdateWithWithADC(t *testing.T) { +func TestPodUpdateWithADC(t *testing.T) { // Disable ServiceAccount admission plugin as we don't have serviceaccount controller running. server := kubeapiservertesting.StartTestServerOrDie(t, nil, framework.DefaultTestServerFlags(), framework.SharedEtcd()) defer server.TearDownFn()