-
Notifications
You must be signed in to change notification settings - Fork 1
[CAI-609] chatbot-evaluate settings #1728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CAI-609] chatbot-evaluate settings #1728
Conversation
🦋 Changeset detectedLatest commit: af1254b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
aws_secret_access_key=os.getenv("CHB_AWS_SECRET_ACCESS_KEY"), | ||
) | ||
sts = session.client("sts") | ||
sts = SETTINGS.AWS_SESSION.client("sts") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sts = AWS_SESSION.client("sts")
and not
sts = SETTINGS.AWS_SESSION.client("sts")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, but it's not my intention to touch this tests.
Jira Pull Request LinkThis Pull Request refers to the following Jira issue CAI-609 |
List of Changes
Align settings.py file with chatbot settings.py file.
Motivation and Context
We want the code to be as consistent as possible
How Has This Been Tested?
locally
Screenshots (if appropriate):
Types of changes
Checklist: