Skip to content
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

Rename config for BW messaging application ID #854

Merged
merged 1 commit into from
Apr 8, 2025
Merged

Conversation

norkans7
Copy link
Contributor

@norkans7 norkans7 commented Apr 8, 2025

Renamed the config key for BW messaging app ID

@@ -177,7 +179,10 @@ func (h *handler) Send(ctx context.Context, msg courier.MsgOut, res *courier.Sen
username := msg.Channel().StringConfigForKey(courier.ConfigUsername, "")
password := msg.Channel().StringConfigForKey(courier.ConfigPassword, "")
accountID := msg.Channel().StringConfigForKey(configAccountID, "")
applicationID := msg.Channel().StringConfigForKey(configApplicationID, "")
applicationID := msg.Channel().StringConfigForKey(configMsgApplicationID, "")
if applicationID == "" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To support the application_id config before the migration is applied

@norkans7 norkans7 requested a review from rowanseymour April 8, 2025 14:55
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 70.23%. Comparing base (fb98f0b) to head (4603c46).

Files with missing lines Patch % Lines
handlers/bandwidth/handler.go 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #854      +/-   ##
==========================================
- Coverage   70.25%   70.23%   -0.02%     
==========================================
  Files         114      114              
  Lines       13113    13115       +2     
==========================================
- Hits         9212     9211       -1     
- Misses       3210     3212       +2     
- Partials      691      692       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rowanseymour rowanseymour merged commit 351be51 into main Apr 8, 2025
5 of 7 checks passed
@rowanseymour rowanseymour deleted the bw-app-id branch April 8, 2025 16:59
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants