We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4701faf commit d399170Copy full SHA for d399170
cmd/ops_agent_uap_plugin/plugin_test.go
@@ -90,7 +90,7 @@ func TestWriteCustomConfigToFile(t *testing.T) {
90
t.Run(tc.name, func(t *testing.T) {
91
// Create a temporary directory for the test file
92
tmpDir := t.TempDir()
93
- configPath := filepath.Join(tmpDir, fmt.Sprintf("%sconfig.yaml", tc.name))
+ configPath := filepath.Join(tmpDir, "ops-agent-config", fmt.Sprintf("%sconfig.yaml", tc.name))
94
95
err := writeCustomConfigToFile(tc.req, configPath)
96
0 commit comments