Skip to content

Commit

Permalink
[Agentless][Tests] Fix environment creation (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon authored Sep 10, 2024
1 parent 881b3e7 commit 91c6860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations_setup/install_agentless_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def generate_gcp_integration_data():
generate_aws_integration_data(),
generate_azure_integration_data(),
]
cspm_template = generate_policy_template(cfg=cnfg.elk_config)
cspm_template = generate_policy_template(cfg=cnfg.elk_config, stream_prefix="cloud_security_posture")
for integration_data in integrations:
NAME = integration_data["name"]
logger.info(f"Creating {NAME} integration for policy {AGENT_POLICY_ID}")
Expand Down

0 comments on commit 91c6860

Please sign in to comment.