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
and I want that after this file executes, this header gets reset. I tried with request.setDefaultHeaders({}) but that didn't help. I can see same header being populated in other test files.
The text was updated successfully, but these errors were encountered:
hi. I am not able to find reset headers info anywhere. Basically let's say in my test file, I am doing,
request.setDefaultHeaders({ 'X-API-KEY': 'api_key', });
and I want that after this file executes, this header gets reset. I tried with request.setDefaultHeaders({}) but that didn't help. I can see same header being populated in other test files.
The text was updated successfully, but these errors were encountered: