Skip to content

Commit

Permalink
don't check err for delete key
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Dec 6, 2024
1 parent 58146c4 commit 73e30ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/testcases/subnet/sov/etna/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ var _ = ginkgo.Describe("[Etna Subnet SOV]", func() {
ginkgo.AfterEach(func() {
destroyLocalNode()
commands.DeleteSubnetConfig(subnetName)
err := utils.DeleteKey(keyName)
gomega.Expect(err).Should(gomega.BeNil())
_ = utils.DeleteKey(keyName)
commands.CleanNetwork()
})

Expand Down

0 comments on commit 73e30ec

Please sign in to comment.