-
Notifications
You must be signed in to change notification settings - Fork 3
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
enable slack and teams tests in config-service and uns #273
Conversation
Signed-off-by: refaelm <[email protected]>
PR Description updated to latest commit (fb419b0) |
PR Review(Review updated until commit fb419b0)
Code feedback:✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
PR Description updated to latest commit (fb419b0) |
Persistent review updated to latest commit fb419b0 |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
User description
Signed-off-by: refaelm [email protected]
Type
enhancement
Description
system_test_mapping.json
to target actual services instead of dummy ones for slack and teams alert channel tests. This change enables the integration tests to run against theusers-notification-service
andconfig-service
, enhancing the test coverage and reliability.Changes walkthrough
system_test_mapping.json
Update Target Repositories for Slack and Teams Tests
system_test_mapping.json
target_repositories
for tests related to teams and slackalert channels from dummy services to actual services
(
users-notification-service
andconfig-service
).