summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharath Nair <snair3@agl.com.au>2022-08-04 16:07:01 +1000
committerSharath Nair <snair3@agl.com.au>2022-08-04 16:07:01 +1000
commit3f8afc741bf8819c3d6a196604567d954bfc9c78 (patch)
tree944a9664b9d7f99c59965600ff179546ea27c505
parent0662463c5122e314b9171cb98c32bc4a363fb7da (diff)
Add new datasource to provider_test.go
-rw-r--r--azuredevops/provider_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/azuredevops/provider_test.go b/azuredevops/provider_test.go
index d14edeba..78fb2b3a 100644
--- a/azuredevops/provider_test.go
+++ b/azuredevops/provider_test.go
@@ -100,6 +100,7 @@ func TestProvider_HasChildDataSources(t *testing.T) {
"azuredevops_groups",
"azuredevops_variable_group",
"azuredevops_serviceendpoint_azurerm",
+ "azuredevops_serviceendpoint_github",
}
dataSources := Provider().DataSourcesMap