Skip to content

Commit

Permalink
fix: remove unuse line
Browse files Browse the repository at this point in the history
  • Loading branch information
a3828162 committed Sep 3, 2024
1 parent 833df62 commit cb2b65a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/sbi/consumer/nf_management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ func TestSendRegisterNFInstance(t *testing.T) {

openapi.InterceptH2CClient()
defer openapi.RestoreH2CClient()
// gock.InterceptClient(openapi.GetHttpClient())
// defer gock.RestoreClient(openapi.GetHttpClient())

gock.New("http://127.0.0.10:8000").
Put("/nnrf-nfm/v1/nf-instances/1").
Expand Down

0 comments on commit cb2b65a

Please sign in to comment.