Call go tests in ci docker build
Change-Id: I32197a40c49784d297278ebbc28b911d2c6c1d40
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/pkg/xapp/xapp_test.go b/pkg/xapp/xapp_test.go
index c1a049f..27fb445 100755
--- a/pkg/xapp/xapp_test.go
+++ b/pkg/xapp/xapp_test.go
@@ -21,21 +21,21 @@
import (
"github.com/gorilla/mux"
+ "github.com/spf13/viper"
"net/http"
"net/http/httptest"
- "github.com/spf13/viper"
"os"
"strings"
"testing"
"time"
)
-var _ = func() bool {
- testing.Init()
- return true
-}()
+//var _ = func() bool {
+// testing.Init()
+// return true
+//}()
-type Consumer struct {}
+type Consumer struct{}
func (m Consumer) Consume(params *RMRParams) (err error) {
Sdl.Store("myKey", params.Payload)