Skip to content
Snippets Groups Projects

Attempt to solve http server unit test fails

Merged Fabian Seidl requested to merge attempt-to-solve-http-server-unit-test-fails into master
4 files
+ 26
16
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
2
@@ -173,8 +173,11 @@ func initialize() error {
@@ -173,8 +173,11 @@ func initialize() error {
}
}
coreLock.Lock()
coreLock.Lock()
startHttpServer()
defer coreLock.Unlock()
coreLock.Unlock()
err = startHttpServer()
 
if err != nil {
 
return err
 
}
return nil
return nil
}
}
Loading