Skip to content

Commit

Permalink
✅ TestDeleteCloudflareTunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Apr 11, 2023
1 parent 2774f2d commit d7df77d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions controllers/cloudflare_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,9 @@ func TestCreateCloudflareTunnel(t *testing.T) {
}
}
}

func TestDeleteCloudflareTunnel(t *testing.T) {
c, _ := setup(t)
err := c.DeleteCloudflareTunnel()
assert.NoError(t, err, "expected no error")
}

0 comments on commit d7df77d

Please sign in to comment.