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
While Applying the golden-retriever override, when acessing /dogs it will return:
{
code: 200,
response: []
}
It works fine when overriding a default data with another data override.
It also works as expected when overriding a default file with both data and file overrides.
The text was updated successfully, but these errors were encountered:
For example:
While Applying the
golden-retriever
override, when acessing/dogs
it will return:It works fine when overriding a default
data
with anotherdata
override.It also works as expected when overriding a default
file
with bothdata
andfile
overrides.The text was updated successfully, but these errors were encountered: