Skip to content

Commit d399170

Browse files
committed
updated unit tests
1 parent 4701faf commit d399170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ops_agent_uap_plugin/plugin_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestWriteCustomConfigToFile(t *testing.T) {
9090
t.Run(tc.name, func(t *testing.T) {
9191
// Create a temporary directory for the test file
9292
tmpDir := t.TempDir()
93-
configPath := filepath.Join(tmpDir, fmt.Sprintf("%sconfig.yaml", tc.name))
93+
configPath := filepath.Join(tmpDir, "ops-agent-config", fmt.Sprintf("%sconfig.yaml", tc.name))
9494

9595
err := writeCustomConfigToFile(tc.req, configPath)
9696

0 commit comments

Comments
 (0)