Formatter doesn't retrieve value correctly if value name in schema has capital letters #849
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
In the schema, there is a header value with capital letters
However, api/core transforms all headers to lowercase: https://github.com/readmeio/api/blob/cc5ee91b1d4d550c0c014875c74c5403762e42c8/packages/core/src/lib/prepareParams.ts#L367
Therefore formatted can't retrieve this field from data here:
oas/packages/oas-to-har/src/index.ts
Line 46 in 77ba97d
This issue also exist in [email protected] package
The text was updated successfully, but these errors were encountered: