@ -78,4 +78,3 @@ func (_m *FilterableContainer) Scope() (string, bool) {
return r0, r1
}
@ -4,8 +4,8 @@ import (
"bytes"
"fmt"
"github.com/containrrr/shoutrrr/pkg/types"
"text/template"
"strings"
"github.com/containrrr/shoutrrr"
t "github.com/containrrr/watchtower/pkg/types"
@ -75,7 +75,6 @@ func TestShoutrrrStringFunctions(t *testing.T) {
require.Equal(t, "INFO: foo bar Foo Bar\n", s)
func TestShoutrrrInvalidTemplateUsesTemplate(t *testing.T) {
cmd := new(cobra.Command)