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
{{ message }}
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Issue
When I call the api with part of url starting with digits, sometimes I have no mock recorded
"/v1/business-rules/?client_id=2" => create a mock file
"/v1/business-rules/6/" => no mock file created
"/v1/business-rules/8/" => no mock file created
"/v1/business-rules/3/" => no mock file created
"/v1/business-rules/7/" => create a mock file
"/v1/business-rules/28/" => create a mock file
"/v1/business-rules/33/" => no mock file created
"/v1/business-rules/1/" => create a mock file
...
I've tried to launch same queries in different orders, the result is the same.
Context:
I have an api who works like this:
"/v1/business-rules/?client_id=3" => list of items
"/v1/business-rules/6/" => data for item with ID: 6
"/v1/business-rules/4/" => data for item with ID: 4
...
Issue
When I call the api with part of url starting with digits, sometimes I have no mock recorded
...
I've tried to launch same queries in different orders, the result is the same.
Context:
I have an api who works like this:
"/v1/business-rules/?client_id=3" => list of items
"/v1/business-rules/6/" => data for item with ID: 6
"/v1/business-rules/4/" => data for item with ID: 4
...
Code
The text was updated successfully, but these errors were encountered: