X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fsdl_restSubsDb_test.go;fp=pkg%2Fcontrol%2Fsdl_restSubsDb_test.go;h=12bf1eb449ae0ab2a1ce52c035890c895c547b5e;hb=42723e2593926f1cfa144b503bf043a0fe36e657;hp=ac3c8e3a558036859524af030afc66658a8acd48;hpb=268d715e3bceab8f7955d89945141efdb2c3b368;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/sdl_restSubsDb_test.go b/pkg/control/sdl_restSubsDb_test.go index ac3c8e3..12bf1eb 100644 --- a/pkg/control/sdl_restSubsDb_test.go +++ b/pkg/control/sdl_restSubsDb_test.go @@ -94,7 +94,7 @@ func CreateRESTSubscription(t *testing.T) *RESTSubscription { restSubscription.SubReqOngoing = true restSubscription.SubDelReqOngoing = false restSubscription.xAppIdToE2Id = make(map[int64]int64) - restSubscription.Md5sum = "856e9546f6f7b65a13a86996f2d1686a" + restSubscription.lastReqMd5sum = "856e9546f6f7b65b13a86956f2e16f6a" return restSubscription }