Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92f94d7

Browse files
committedJun 24, 2024·
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

+1-2
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

+1
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)
Please sign in to comment.