MCPcopy Create free account
hub / github.com/cloudbase/garm / UninstallOrgWebhook

Method UninstallOrgWebhook

test/integration/organizations_test.go:124–129  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

122}
123
124func (suite *GarmSuite) UninstallOrgWebhook(id string) {
125 t := suite.T()
126 t.Logf("Uninstall org webhook with org_id %s", id)
127 err := uninstallOrgWebhook(suite.cli, suite.authToken, id)
128 suite.NoError(err, "error uninstalling organization webhook")
129}
130
131func (suite *GarmSuite) ValidateOrgWebhookUninstalled(ghToken, url, orgName string) {
132 hook, err := getGhOrgWebhook(url, ghToken, orgName)

Callers 1

TestOrganizationsMethod · 0.95

Calls 1

uninstallOrgWebhookFunction · 0.70

Tested by

no test coverage detected