Skip to content

Commit 94b58eb

Browse files
committed
remove from integration test
1 parent 952d5d0 commit 94b58eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/integration_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ func TestIntegration(t *testing.T) {
153153
PriorityThreshold: models.PriorityImportant,
154154
OnFixTransition: "Done",
155155
},
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-
},
164156
},
165157
AttackSurface: &models.AttackSurface{
166158
Enable: true,

0 commit comments

Comments
 (0)