mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(tests): fix error check
This commit is contained in:
committed by
Łukasz Mierzwa
parent
5333bf7568
commit
9a6d469969
@@ -174,7 +174,7 @@ func main() {
|
||||
go func() {
|
||||
err := server.ServeTLS(listener, "alertmanager.pem", "alertmanager.key")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
log.Printf("ServeTLS returned error: %v", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user