We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b3cc commit fbce0abCopy full SHA for fbce0ab
src/utils/metrics/server.rs
@@ -159,8 +159,8 @@ mod tests {
159
trigger_type: TriggerType::Slack,
160
config: TriggerTypeConfig::Slack {
161
slack_url:
162
- "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
163
- .to_string(), // noboost
+ "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX" // noboost
+ .to_string(),
164
message: NotificationMessage {
165
title: "Test Title".to_string(),
166
body: "Test Body".to_string(),
0 commit comments