mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
fix(notifications): default templates and logic (#1010)
* fix(notifications): default templates and logic * fix multi-entry report notifs and add test * add tests for log queueing
This commit is contained in:
parent
fc31c6eb26
commit
cd0ec88764
5 changed files with 195 additions and 57 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package notifications_test
|
||||
|
||||
import (
|
||||
"github.com/onsi/gomega/format"
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
|
|
@ -9,5 +10,6 @@ import (
|
|||
|
||||
func TestNotifications(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
format.CharactersAroundMismatchToInclude = 20
|
||||
RunSpecs(t, "Notifications Suite")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue