Skip to content

Commit

Permalink
Merge pull request #378 from hashicorp/xlgmokha/sso-team-ids-skip-if-…
Browse files Browse the repository at this point in the history
…beta

Remove skipIfBeta from sso-team-id tests
  • Loading branch information
xlgmokha committed Apr 19, 2022
2 parents 2674ba6 + 9f486a9 commit 601f02c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions team_integration_test.go
Expand Up @@ -94,8 +94,6 @@ func TestTeamsCreate(t *testing.T) {
})

t.Run("with sso-team-id", func(t *testing.T) {
skipIfBeta(t)

options := TeamCreateOptions{
Name: String("rockettes"),
SSOTeamID: String("7dddb675-73e0-4858-a8ad-0e597064301b"),
Expand Down Expand Up @@ -168,8 +166,6 @@ func TestTeamsRead(t *testing.T) {
})

t.Run("SSO team id is returned", func(t *testing.T) {
skipIfBeta(t)

assert.NotNil(t, ssoTeam.SSOTeamID)
assert.Equal(t, *opts.SSOTeamID, *ssoTeam.SSOTeamID)
})
Expand Down

0 comments on commit 601f02c

Please sign in to comment.