Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 2cc535e

Browse files
committed
Fixes config_test.go
1 parent a0df3d3 commit 2cc535e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/tarmak/config/config_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ func newFakeConfig(t *testing.T) *fakeConfig {
5555
}
5656
c.fakeTarmak.EXPECT().Log().AnyTimes().Return(logger.WithField("app", "tarmak"))
5757

58-
c.Config, err = New(c.fakeTarmak, &tarmakv1alpha1.Flags{})
58+
c.Config, err = New(c.fakeTarmak, &tarmakv1alpha1.Flags{
59+
ConfigSuffixes: []string{"tarmak"},
60+
})
5961

6062
if err != nil {
6163
t.Error("unexpected error: ", err)

0 commit comments

Comments
 (0)