Skip to content

Commit e1a1f0a

Browse files
authored
Update resource_tfe_oauth_client_test.go
1 parent 8873cf8 commit e1a1f0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/provider/resource_tfe_oauth_client_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func TestAccTFEOAuthClient_rsaKeys(t *testing.T) {
7676
}
7777

7878
func TestAccTFEOAuthClient_agentPool(t *testing.T) {
79+
skipUnlessBeta(t);
7980
oc := &tfe.OAuthClient{}
8081
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
8182

@@ -96,8 +97,6 @@ func TestAccTFEOAuthClient_agentPool(t *testing.T) {
9697
testAccCheckTFEOAuthClientAttributes(oc),
9798
resource.TestCheckResourceAttr(
9899
"tfe_oauth_client.foobar", "service_provider", "github_enterprise"),
99-
resource.TestCheckResourceAttr(
100-
"tfe_workspace.foobar", "agent_pool_id", ""),
101100
),
102101
},
103102
},

0 commit comments

Comments
 (0)