Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 24, 2024
1 parent 20b7c0d commit 2baa942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ func isKubernetesEnvVar(envKey string) bool {

// DefaultConfig is a helper to be used in tests.
func DefaultConfig() Config {
conf, _, err := GetConfig(nil, "-")
conf, _, err := GetConfig(nil, "")
if err != nil {
panic("error during getting default config: " + err.Error())
}
Expand Down

0 comments on commit 2baa942

Please sign in to comment.