Skip to content

Commit 816b57d

Browse files
chen042531ycchen
andauthored
fix-testcase TestPDUSessionReleaseRequest (#5)
Co-authored-by: ycchen <[email protected]>
1 parent 72c023f commit 816b57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

producer/smpolicy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func HandleDeleteSmPolicyContextRequest(request *http_wrapper.Request) *http_wra
224224
logger.SMpolicylog.Infof("Handle DeleteSmPolicyContext")
225225

226226
// step 2: retrieve request
227-
smPolicyID := request.Params["smPolicyID"]
227+
smPolicyID := request.Params["smPolicyId"]
228228

229229
// step 3: handle the message
230230
problemDetails := deleteSmPolicyContextProcedure(smPolicyID)
@@ -276,7 +276,7 @@ func HandleGetSmPolicyContextRequest(request *http_wrapper.Request) *http_wrappe
276276
logger.SMpolicylog.Infof("Handle GetSmPolicyContext")
277277

278278
// step 2: retrieve request
279-
smPolicyID := request.Params["smPolicyID"]
279+
smPolicyID := request.Params["smPolicyId"]
280280
// step 3: handle the message
281281
response, problemDetails := getSmPolicyContextProcedure(smPolicyID)
282282

0 commit comments

Comments
 (0)