Skip to content

Commit 6709698

Browse files
author
Vikranth Subramanian
committed
oops forgot this
1 parent b8f8a8e commit 6709698

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkg/merger/merger_test.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ func TestMergeConfigFiles(t *testing.T) {
424424
AttackSurface: &models.AttackSurface{
425425
Enable: true,
426426
AWSIntegration: &models.AWSIntegration{
427-
EnableAWSIntegration: true,
428-
PrimaryAccountID: "111111111111",
429-
PrimaryRegion: "ap-southeast-2",
430-
TargetRegions: &[]string{"ap-southeast-1", "us-east-2"},
431-
TargetAccounts: &[]string{"222222222222", "333333333333"},
427+
Enable: true,
428+
PrimaryAccountID: "111111111111",
429+
PrimaryRegion: "ap-southeast-2",
430+
TargetRegions: &[]string{"ap-southeast-1", "us-east-2"},
431+
TargetAccounts: &[]string{"222222222222", "333333333333"},
432432
},
433433
},
434434
},
@@ -441,11 +441,11 @@ func TestMergeConfigFiles(t *testing.T) {
441441
AttackSurface: &models.AttackSurface{
442442
Enable: true,
443443
AWSIntegration: &models.AWSIntegration{
444-
EnableAWSIntegration: true,
445-
PrimaryAccountID: "111111111111",
446-
PrimaryRegion: "ap-southeast-2",
447-
TargetRegions: &[]string{"ap-southeast-1", "us-east-2"},
448-
TargetAccounts: &[]string{"222222222222", "333333333333"},
444+
Enable: true,
445+
PrimaryAccountID: "111111111111",
446+
PrimaryRegion: "ap-southeast-2",
447+
TargetRegions: &[]string{"ap-southeast-1", "us-east-2"},
448+
TargetAccounts: &[]string{"222222222222", "333333333333"},
449449
},
450450
},
451451
},

0 commit comments

Comments
 (0)