Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Dec 5, 2024
1 parent 8a5a82c commit 91dec75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/commands/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func DeleteSubnetConfig(subnetName string) {
// Config should exist
exists, err := utils.SubnetConfigExists(subnetName)
gomega.Expect(err).Should(gomega.BeNil())
gomega.Expect(exists).Should(gomega.BeTrue())

// Now delete config
cmd := exec.Command(CLIBinary, SubnetCmd, "delete", subnetName, "--"+constants.SkipUpdateFlag)
Expand Down

0 comments on commit 91dec75

Please sign in to comment.