-
Notifications
You must be signed in to change notification settings - Fork 429
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
feat: Add domain to API flags blocked notification #4574
feat: Add domain to API flags blocked notification #4574
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4574 +/- ##
=======================================
Coverage 97.18% 97.18%
=======================================
Files 1164 1166 +2
Lines 40353 40369 +16
=======================================
+ Hits 39218 39234 +16
Misses 1135 1135 ☔ View full report in Codecov by Sentry. |
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.
Approved with a minor tweak.
Please also make sure this is tested manually in staging.
api/organisations/templates/organisations/api_flags_blocked_notification.txt
Outdated
Show resolved
Hide resolved
…tification.txt Co-authored-by: Matthew Elwell <[email protected]>
As discussed we decided that the level of work to test on staging was too high given the likelihood of the code operating as expected. |
Changes
This changes our API flags blocked notification to the proper site domain.
How did you test this code?
Introspected the existing test to ensure that the new domain renders properly. Also, updated the test to pass.