From c95b0f74a54f1b5188f7d13c40fc0c32f24cde74 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 8 Jun 2021 14:34:44 +0200
Subject: [PATCH] change to error message to leave unit tests in peace

---
 test/integration/cmdIntegration_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go
index f82ffd7e5..b7667640f 100644
--- a/test/integration/cmdIntegration_test.go
+++ b/test/integration/cmdIntegration_test.go
@@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
 func testSetupIntegration() {
 	viper.SetConfigFile(".k8s.toml")
 	if err := viper.ReadInConfig(); err != nil {
-		log.Fatal(err)
+		log.Error(err)
 	}
 
 	if os.Getenv("GOSDN_LOG") == "nolog" {
-- 
GitLab