cleanup: resolves gofumpt issues in e2e

This commit resolves gofumpt issues in
e2e folder.

Updates: #1586

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia
2021-07-13 18:39:31 +05:30
committed by mergify[bot]
parent c4372b8567
commit 7f5df7c940
7 changed files with 15 additions and 22 deletions

View File

@ -417,7 +417,6 @@ var _ = Describe("RBD Upgrade Testing", func() {
e2elog.Failf("failed to check directory size with error %v", err)
}
}
})
By("delete pvc and app", func() {
@ -437,6 +436,5 @@ var _ = Describe("RBD Upgrade Testing", func() {
e2elog.Failf("failed to delete user %s with error %v", keyringRBDNodePluginUsername, err)
}
})
})
})