Set Inbound Properties for MUnit Flow Reference in Mulesoft for APIKit
问题 I'm trying to test APIKit in MUnit. Originally I was using an http request within MUnit to call my flow and then APIKit would route the request to the proper subflow where my logic lives. Now I want to mock one of the elements of the subflow, so I'm trying to replace the http request with a reference to the APIKit flow. This works, but the APIKit router throws an error: Cannot resolve request base path Because none of the inbound properties are set. And this is my problem, how do I mimic the