mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
fix: merge artifacts and broken shoutrrr tests (#929)
* test: add missing container test suite * fix broken tests * fix: remove duplicate merge artifact Co-authored-by: Simon Aronsson <simme@arcticbit.se>
This commit is contained in:
parent
dff8378778
commit
d38e52b5c6
5 changed files with 36 additions and 12 deletions
13
pkg/container/container_suite_test.go
Normal file
13
pkg/container/container_suite_test.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package container_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestContainer(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Container Suite")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue