Merge pull request #29 from RS7-EdgeComputing/EDGE-299
author유완수/Service Innovation Lab(SR)/Staff Engineer/삼성전자 <wansu.yoo@samsung.com>
Tue, 2 Apr 2019 10:30:16 +0000 (19:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Apr 2019 10:30:16 +0000 (19:30 +0900)
Edge 299

1  2 
src/restapi/v1/restapi_test.go

@@@ -189,11 -194,12 +193,12 @@@ func executeService(t *testing.T) 
  
  func init() {
        devicemgr.InitDeviceMgr()
 -      servicemgr.InitServiceMap()
 +      servicemgr.Init()
        discoverymgr.InitDiscovery()
+       scoringmgr.Init()
  
        router := NewRouter()
 -      server = httptest.NewServer(router)
 +      server := httptest.NewServer(router)
  
        testURL = server.URL