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

Commit

Permalink
Fixes config_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshVanL committed Jun 27, 2018
1 parent f3f9f3f commit 9e55366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tarmak/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newFakeConfig(t *testing.T) *fakeConfig {
c.fakeTarmak.EXPECT().Log().AnyTimes().Return(logger.WithField("app", "tarmak"))

c.Config, err = New(c.fakeTarmak, &tarmakv1alpha1.Flags{
ConfigSuffixes: []string{"tarmak"},
ConfigPrefixes: []string{"tarmak"},
})

if err != nil {
Expand Down

0 comments on commit 9e55366

Please sign in to comment.