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
Expected behavior
A request should be saved in "invoice-backend/secure-users/get/0.content"
Scenario: Save response body for similar paths
Given an api "http://localhost:9092" with path "/users" and name "customer-backend"
And an api "http://localhost:9090" with path "/secure/users" and name "invoice-backend"
When "/users" is accessed throught tshield
And "/secure/users" is accessed throught tshield
Then response should be saved in "customer-backend/users/get/0.content"
And response should be saved in "invoice-backend/secure-users/get/0.content"
Describe the bug
Mapping a similar path to tshield.yml will match wrong domains
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A request should be saved in "invoice-backend/secure-users/get/0.content"
Additional context
The text was updated successfully, but these errors were encountered: