Skip to content

Commit 92f94d7

Browse files
committed
added git auth to test
1 parent 3a98b58 commit 92f94d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/data-sources/coder_git_auth/data-source.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
provider "coder" {
2-
}
1+
provider "coder" {}
32

43
data "coder_git_auth" "github" {
54
# Matches the ID of the git auth provider in Coder.

provider/examples_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func TestExamples(t *testing.T) {
3737
// Data source examples
3838
for _, testDir := range []string{
3939
"coder_parameter",
40+
"coder_git_auth"
4041
} {
4142
t.Run(testDir, func(t *testing.T) {
4243
testDir := testDir

0 commit comments

Comments
 (0)