Skip to content

Conversation

batdevis
Copy link
Collaborator

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

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

changeset-bot bot commented Oct 10, 2025

🦋 Changeset detected

Latest commit: af1254b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chatbot-evaluate Patch

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

@batdevis batdevis requested a review from mdciri October 10, 2025 13:23
@batdevis batdevis changed the title chatbot-evaluate settings [CAI-609] chatbot-evaluate settings Oct 10, 2025
@mdciri mdciri self-requested a review October 14, 2025 07:26
aws_secret_access_key=os.getenv("CHB_AWS_SECRET_ACCESS_KEY"),
)
sts = session.client("sts")
sts = SETTINGS.AWS_SESSION.client("sts")
Copy link
Collaborator

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")

Copy link
Collaborator Author

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.

Copy link
Contributor

github-actions bot commented Oct 14, 2025

Jira Pull Request Link

This Pull Request refers to the following Jira issue CAI-609

@marcobottaro marcobottaro merged commit 77f2bf7 into chatbot-test-refactor Oct 15, 2025
9 checks passed
@marcobottaro marcobottaro deleted the chatbot-evaluation-settings branch October 15, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants