Skip to content

Commit

Permalink
fix acceptance tests due to API response
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho committed Nov 4, 2024
1 parent 778aa72 commit e034a3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sysdig/resource_sysdig_secure_cloud_auth_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,6 @@ func cloudauthAccountToResourceData(data *schema.ResourceData, cloudAccount *v2.
}
}

err = data.Set(SchemaRegulatoryFramework, cloudAccount.RegulatoryFramework.String())
if err != nil {
return err
}
// TODO: add an acc test with no values, with fedramp values and with ""
if !(cloudAccount.RegulatoryFramework.String() == "REGULATORY_FRAMEWORK_UNSPECIFIED") {
err = data.Set(SchemaRegulatoryFramework, cloudAccount.RegulatoryFramework.String())
Expand Down

0 comments on commit e034a3d

Please sign in to comment.