Skip to content

Commit

Permalink
Add default command config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley committed Oct 8, 2024
1 parent 6267566 commit 40803f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/plugin/plugin_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestLoadPlugins(t *testing.T) {
Type: config.Grpc,
},
},
Features: config.GetDefaultFeatures(),
Features: config.DefaultFeatures(),
},
expected: []bus.Plugin{
&resource.Resource{},
Expand Down
2 changes: 1 addition & 1 deletion test/types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func AgentConfig() *config.Config {
MonitoringFrequency: config.DefFileWatcherMonitoringFrequency,
},
},
Features: config.GetDefaultFeatures(),
Features: config.DefaultFeatures(),
}
}

Expand Down

0 comments on commit 40803f5

Please sign in to comment.