Fix servicemanager sonar 02/13502/3
authoraravind.est <aravindhan.a@est.tech>
Wed, 2 Oct 2024 15:46:26 +0000 (16:46 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 2 Oct 2024 16:03:55 +0000 (17:03 +0100)
This fixes servicemanager sonar ci failure.

Issue-ID: NONRTRIC-1033
Change-Id: I0fb50d8479a0f11f9330ae5e4c4acc30b2c31501
Signed-off-by: aravind.est <aravindhan.a@est.tech>
servicemanager/build-servicemanager-ubuntu.sh

index bcc6481..6927c5b 100755 (executable)
@@ -29,7 +29,7 @@ cd servicemanager/
 
 # Get the go coverage tool helper
 go install github.com/ory/go-acc@v0.2.8
-go get github.com/stretchr/testify/mock@v1.7.1
+go get github.com/stretchr/testify/mock@v1.8.1
 go-acc ./... --ignore mockkong,common,discoverserviceapi,invokermanagementapi,publishserviceapi,providermanagementapi
 
 sed -i 's/oransc\.org\/nonrtric\/servicemanager/servicemanager/' coverage.txt