-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix misnamed service_name attribute in stores #13094
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
Conversation
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 22m 15s ⏱️ Results for commit 3e55df3. ♻️ This comment has been updated with latest results. |
This was originally prefixed with |
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.
This appears to be an inadvertent change that went unnoticed for two years. New test assertion will make sure this won't happen again.
Motivation
BaseStore
annotates the service name as_service_name
, but we are dynamically addingservice_name
.See https://github.com/localstack/localstack-pro/pull/5186#discussion_r2318454469
Testing
Updates unit tests