i have a flow where using http I have a GET call where it hits a like like
https://localhost:8081/ref/{ID}
I know i can get this parameter in code by using mel like:
#[message.inboundProperties.'http.uri.params'.ID]
I need to mock the uri params when i set the message but have not been sucessful. i have tried setting in the "set message" using this name
'http.uri.params'.ID
but it seems to error out when i run the test.
this is on mule server 3.7.3 using munit flows