Forum Discussion

htroost's avatar
htroost
New Contributor
8 years ago
Solved

How to override Environment value for parameter when env key name matches param name?

I am testing an API that requires an API key in the header.    There was an environment variable called ApiKey; let's say its value was xxxxx.  When I tried to override this header for an unhappy ...
  • htroost's avatar
    htroost
    8 years ago

    It turns out that the issue was a set request headers script at the project level that overrode local settings. >.<