Remove unused err variable

This commit is contained in:
Gaurav Singh 2020-05-08 14:20:35 -04:00
parent 37458b350e
commit af74fbabf4

View File

@ -144,8 +144,6 @@ func (t *stressTestSuite) DefineTests(driver TestDriver, pattern testpatterns.Te
}
ginkgo.It("multiple pods should access different volumes repeatedly [Slow] [Serial]", func() {
var err error
l := init()
defer func() {
cleanup(l)