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
Currently schema registry API doesn't support authentication requirement. I've done a patch that works with fiddler as an integration test but I would like to have a unit or integration test to be done in order to cover that. Currently, I've found mock-server in order to mock that but seems that it is not working as expected. An issue has been opened and I'm waiting for it in order to submit a PR.
My mainchange is in RestService with the following code :
Hi,
Currently schema registry API doesn't support authentication requirement. I've done a patch that works with fiddler as an integration test but I would like to have a unit or integration test to be done in order to cover that. Currently, I've found mock-server in order to mock that but seems that it is not working as expected. An issue has been opened and I'm waiting for it in order to submit a PR.
My mainchange is in RestService with the following code :
Do you know an alternative to mock-server ?
Best regards,
The text was updated successfully, but these errors were encountered: