Skip to content

Commit 305a91a

Browse files
committed
adding test for workspace_names
1 parent e53c502 commit 305a91a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/data_source_project_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ func TestAccTFEProjectDataSource_basic(t *testing.T) {
3232
resource.TestCheckResourceAttrSet("data.tfe_project.foobar", "id"),
3333
resource.TestCheckResourceAttr(
3434
"data.tfe_project.foobar", "workspace_ids.#", "1"),
35+
resource.TestCheckResourceAttr(
36+
"data.tfe_project.foobar", "workspace_names.#", "1"),
3537
),
3638
},
3739
},

0 commit comments

Comments
 (0)