We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d5d0 commit 94b58ebCopy full SHA for 94b58eb
tests/integration_test.go
@@ -153,14 +153,6 @@ func TestIntegration(t *testing.T) {
153
PriorityThreshold: models.PriorityImportant,
154
OnFixTransition: "Done",
155
},
156
- AWS: &models.AWS{
157
- Enable: true,
158
- RoleNameToAssume: "nullify-role",
159
- PrimaryAccountID: "123456789012",
160
- PrimaryRegion: "ap-southeast-2",
161
- TargetRegions: &[]string{"ap-southeast-2", "us-east-2"},
162
- TargetAccounts: &[]string{"123456789012", "123456789013"},
163
- },
164
165
AttackSurface: &models.AttackSurface{
166
Enable: true,
0 commit comments