Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Dec 10, 2024
1 parent d4f03fb commit 6e52c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/nodetreemodel/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ func TestUnsetForSource(t *testing.T) {
func TestMergeFleetPolicy(t *testing.T) {
config := NewConfig("test", "TEST", strings.NewReplacer(".", "_")) // nolint: forbidigo
config.SetConfigType("yaml")
config.SetDefault("foo", "")
config.BuildSchema()
config.Set("foo", "bar", model.SourceFile)

file, err := os.CreateTemp("", "datadog.yaml")
Expand Down

0 comments on commit 6e52c8f

Please sign in to comment.