Home
last modified time | relevance | path

Searched refs:createNotificationConfiguration (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration_test.go18 ncTest1, _ := createNotificationConfiguration(t, client, wTest, nil)
19 ncTest2, _ := createNotificationConfiguration(t, client, wTest, nil)
160 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, nil, nil)
190 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, wTest, nil)
208 ncEmailTest, ncEmailTestCleanup := createNotificationConfiguration(t, client, wTest, options)
274 ncTest, _ := createNotificationConfiguration(t, client, wTest, nil)
299 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, nil, nil)
H A Dhelper_test.go149 func createNotificationConfiguration(t *testing.T, client *Client, w *Workspace, options *Notificat… func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration_test.go18 ncTest1, ncTestCleanup1 := createNotificationConfiguration(t, client, wTest, nil)
20 ncTest2, ncTestCleanup2 := createNotificationConfiguration(t, client, wTest, nil)
162 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, nil, nil)
192 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, wTest, nil)
210 ncEmailTest, ncEmailTestCleanup := createNotificationConfiguration(t, client, wTest, options)
276 ncTest, _ := createNotificationConfiguration(t, client, wTest, nil)
301 ncTest, ncTestCleanup := createNotificationConfiguration(t, client, nil, nil)
H A Dhelper_test.go152 func createNotificationConfiguration(t *testing.T, client *Client, w *Workspace, options *Notificat… func