diff --git a/controller/controller_test.go b/controller/controller_test.go
index f825e95d60c0cbd898403dcee7e9630f341602f2..bcb053df79bb07b36221543673acf8410ccff044 100644
--- a/controller/controller_test.go
+++ b/controller/controller_test.go
@@ -12,7 +12,7 @@ import (
 
 const (
 	configHome string = "./configs"
-	configName string = "gosdn"
+	configName string = "testing-gosdn"
 	configType string = "toml"
 )