diff options
| author | arnonsan <arnon.san@cpf.co.th> | 2023-01-03 13:51:45 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 13:51:45 +0700 |
| commit | 77da08029bb82b1f36e97e27003f3244b9f823be (patch) | |
| tree | c9ab1cbc61b98339d97e3ec9bd6210d2ef4aea99 /azuredevops/internal/acceptancetests/data_project_test.go | |
| parent | 758e69ad01520d71582c748c3e83ebf028595adf (diff) | |
| parent | d26bcd7d94bd9fe175014ff4742e507bc3933c1d (diff) | |
Merge branch 'microsoft:main' into main
Diffstat (limited to 'azuredevops/internal/acceptancetests/data_project_test.go')
| -rw-r--r-- | azuredevops/internal/acceptancetests/data_project_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azuredevops/internal/acceptancetests/data_project_test.go b/azuredevops/internal/acceptancetests/data_project_test.go index bcbc6751..550ebb0a 100644 --- a/azuredevops/internal/acceptancetests/data_project_test.go +++ b/azuredevops/internal/acceptancetests/data_project_test.go @@ -14,6 +14,7 @@ import ( ) // Verifies that the following sequence of events occurrs without error: +// // (1) TF can create a project // (2) A data source is added to the configuration, and that data source can find the created project func TestAccProject_DataSource(t *testing.T) { |
