Skip to content

Commit e10404d

Browse files
test: fix failing help tests (#1308)
Signed-off-by: Darren Murray <[email protected]>
1 parent cf08e3d commit e10404d

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

integration/test_resources/help/generate_cloud-account_aws

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Flags:
3636
--existing_iam_role_externalid string specify existing iam role external_id to use
3737
--existing_iam_role_name string specify existing iam role name to use
3838
--existing_sns_topic_arn string specify existing SNS topic arn
39-
--force_destroy_s3 enable force destroy S3 bucket
4039
-h, --help help for aws
4140
--lacework_aws_account_id string the Lacework AWS root account id
4241
--output string location to write generated content (default is ~/lacework/aws)

integration/test_resources/help/generate_cloud-account_gcp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Flags:
2828
--configuration_integration_name string specify a custom configuration integration name
2929
--custom_bucket_name string override prefix based storage bucket name generation with a custom name
3030
--custom_filter string Audit Log filter which supersedes all other filter options when defined
31-
--enable_force_destroy_bucket enable force bucket destroy
3231
--enable_ubla enable universal bucket level access(ubla) (default true)
3332
--existing_bucket_name string specify existing bucket name
3433
--existing_service_account_name string specify existing service account name

integration/test_resources/help/generate_k8s_eks

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Flags:
2929
--enable_bucket_versioning enable s3 bucket versioning (default true)
3030
--enable_encryption_s3 enable encryption on s3 bucket (default true)
3131
--enable_firehose_encryption enable firehose encryption (default true)
32-
--enable_force_destroy enable force destroy s3 bucket
3332
--enable_kms_key_rotation enable automatic kms key rotation (default true)
3433
--enable_mfa_delete_s3 enable mfa delete on s3 bucket. Requires bucket versioning.
3534
--enable_sns_topic_encryption enable encryption on the sns topic (default true)

scripts/integration_test_ctx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run_integration_tests(){
1111
CHANGES=$(git --no-pager diff --name-only $BRANCH $(git merge-base $BRANCH main))
1212

1313
# Fetch relevant build tags
14-
TAGS=$(go run integration/context/ctx_cfg.go $CHANGES)
14+
TAGS=$(go run integration/context/ctx_cfg.go -- $CHANGES)
1515

1616
# if no tags then exit
1717
if [ "$TAGS" = "" ]; then

0 commit comments

Comments
 (0)