Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 committed Nov 21, 2024
1 parent 1e6dbe2 commit e35eb25
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestAccOctopusDeployServiceAccountOIDCIdentity(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testScriptModuleExists(prefix),
resource.TestCheckResourceAttr(prefix, "name", data.Name),
resource.TestCheckResourceAttr(prefix, "service_account_id", data.ServiceAccountID),
resource.TestCheckResourceAttr(prefix, "issuer", data.Issuer),
resource.TestCheckResourceAttr(prefix, "subject", data.Subject),
),
Expand All @@ -49,7 +48,6 @@ func TestAccOctopusDeployServiceAccountOIDCIdentity(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testScriptModuleExists(prefix),
resource.TestCheckResourceAttr(prefix, "name", data.Name+"-updated"),
resource.TestCheckResourceAttr(prefix, "service_account_id", data.ServiceAccountID),
resource.TestCheckResourceAttr(prefix, "issuer", data.Issuer),
resource.TestCheckResourceAttr(prefix, "subject", data.Subject),
),
Expand Down

0 comments on commit e35eb25

Please sign in to comment.