Skip to content

Commit

Permalink
fix: Test error on TestHandlePDUSessionSMContextCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Oct 25, 2024
1 parent 37def93 commit 1aabc58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/sbi/processor/pdu_session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,7 @@ func initGetSMDataStubUDM() {
Get("/sm-data").
MatchParam("dnn", "internet").
Reply(http.StatusOK).
JSON(models.SmSubsData{
IndividualSmSubsData: SMSubscriptionData,
})
JSON(SMSubscriptionData)
}

func initSMPoliciesPostStubPCF() {
Expand Down

0 comments on commit 1aabc58

Please sign in to comment.