Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 6, 2024
1 parent 6eaa97b commit 787509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ func (tk *TestKeys) MeasurementSummaryKeys() model.MeasurementSummaryKeys {
tcpBlocking := tk.TelegramTCPBlocking
httpBlocking := tk.TelegramHTTPBlocking
webBlocking := tk.TelegramWebFailure != nil
sk.TCPBlocking = tcpBlocking
sk.HTTPBlocking = httpBlocking
sk.WebBlocking = webBlocking
sk.TCPBlocking = tcpBlocking
sk.IsAnomaly = webBlocking || httpBlocking || tcpBlocking
return sk
}
Expand Down

0 comments on commit 787509f

Please sign in to comment.