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
The headersToRecords function in apps/server/src/headersToRecords.ts currently lacks test coverage for the scenario where header values are arrays. This issue aims to add a test case to cover this scenario.
Description
The
headersToRecords
function inapps/server/src/headersToRecords.ts
currently lacks test coverage for the scenario where header values are arrays. This issue aims to add a test case to cover this scenario.Relevant Files
apps/server/src/headersToRecords.ts
apps/server/test/headersToRecords.test.ts
References
Steps
apps/server/test/headersToRecords.test.ts
to handle header values that are arrays.Assignee
@drazisil
The text was updated successfully, but these errors were encountered: