Skip to content

Commit

Permalink
fixing existing writer unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Jan 7, 2021
1 parent a4857a3 commit 72653b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/writer/json_test.go
Expand Up @@ -18,7 +18,8 @@ const (
"config": {
"bucket": "${module.m3.fullbucketname}",
"policy": "${module.m2.fullbucketpolicy}"
}
},
"skip_rules": null
}
]
}`
Expand Down
3 changes: 2 additions & 1 deletion pkg/writer/yaml_test.go
Expand Up @@ -66,7 +66,8 @@ const (
type: aws_s3_bucket
config:
bucket: ${module.m3.fullbucketname}
policy: ${module.m2.fullbucketpolicy}`
policy: ${module.m2.fullbucketpolicy}
skiprules: []`

scanTestOutputYAML = `results:
violations:
Expand Down

0 comments on commit 72653b4

Please sign in to comment.