From 874e59610b152f85ea9eab74f682b1a0ff9fe72f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Sterba?= <andre.sterba@stud.h-da.de>
Date: Wed, 6 Apr 2022 17:42:35 +0200
Subject: [PATCH] Use testing config

---
 controller/controller_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/controller_test.go b/controller/controller_test.go
index f825e95d6..bcb053df7 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"
 )
 
-- 
GitLab