Skip to content

Commit

Permalink
Change profile to default
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalmaup committed May 23, 2024
1 parent 9615ed8 commit 1c3139e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wazuh_testing/modules/aws/data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from wazuh_testing.constants.aws import *
from wazuh_testing.utils.random import get_random_ip, get_random_port, get_random_string

# Use the environment variable or default to 'dev'
aws_profile = os.environ.get("AWS_PROFILE", "dev")
# Use the environment variable or default to 'default'
aws_profile = os.environ.get("AWS_PROFILE", "default")

def verify_region(func):
"""Decorator to apply to functions receiving a region as parameter to verify its existence in AWS."""
Expand Down

0 comments on commit 1c3139e

Please sign in to comment.