You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add ut for populating network and endpoint hns id in endpoint and endpoint info structs (#2844)
* validate endpoint struct after endpoint creation
* add uts to validate endpoint info and endpoint structs have hns network and endpoint id fields populated
endpoint struct should have the hns endpoint id after new endpoint
endpoint info struct should have the hns endpoint id after new endpoint as well
network struct should have the hns network id after new network
endpoint info struct should have the hns network id after new network as well
endpoint struct should have the hns network id after new endpoint if endpoint info had it
* address linter issue
* address feedback by validating info sent to cns
* modify hnsv2 wrapper behavior to only set hns id if not already set for npm uts
0 commit comments