Skip to content

Commit 1deac62

Browse files
committed
test: Ignoring webhook url
1 parent a2fdc3f commit 1deac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/metrics/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ mod tests {
159159
trigger_type: TriggerType::Slack,
160160
config: TriggerTypeConfig::Slack {
161161
slack_url:
162-
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
162+
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX" // noboost
163163
.to_string(),
164164
message: NotificationMessage {
165165
title: "Test Title".to_string(),

0 commit comments

Comments
 (0)