@@ -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