fix staticcheck failures of test/e2e/storage

This commit is contained in:
SataQiu
2019-12-04 23:44:40 +08:00
parent 50437b4c5d
commit 27d645dc5b
10 changed files with 34 additions and 22 deletions

View File

@@ -406,6 +406,7 @@ func testNoWrappedVolumeRace(f *framework.Framework, volumes []v1.Volume, volume
}()
pods, err := e2epod.PodsCreated(f.ClientSet, f.Namespace.Name, rcName, podCount)
framework.ExpectNoError(err, "error creating pods")
ginkgo.By("Ensuring each pod is running")