Skip to content
Snippets Groups Projects
Commit c95b0f74 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change to error message to leave unit tests in peace

parent a33003b6
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73954 passed
...@@ -32,7 +32,7 @@ func TestMain(m *testing.M) { ...@@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
func testSetupIntegration() { func testSetupIntegration() {
viper.SetConfigFile(".k8s.toml") viper.SetConfigFile(".k8s.toml")
if err := viper.ReadInConfig(); err != nil { if err := viper.ReadInConfig(); err != nil {
log.Fatal(err) log.Error(err)
} }
if os.Getenv("GOSDN_LOG") == "nolog" { if os.Getenv("GOSDN_LOG") == "nolog" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment