Skip to content

Commit fbce0ab

Browse files
committed
test: Ignoring webhook url noboost back
1 parent 478b3cc commit fbce0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/metrics/server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ mod tests {
159159
trigger_type: TriggerType::Slack,
160160
config: TriggerTypeConfig::Slack {
161161
slack_url:
162-
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
163-
.to_string(), // noboost
162+
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX" // noboost
163+
.to_string(),
164164
message: NotificationMessage {
165165
title: "Test Title".to_string(),
166166
body: "Test Body".to_string(),

0 commit comments

Comments
 (0)