Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replay tests can't handle duplicate headers with different values #11824

Open
jasmine-nahrain opened this issue Oct 21, 2024 · 0 comments
Open
Labels

Comments

@jasmine-nahrain
Copy link
Collaborator

jasmine-nahrain commented Oct 21, 2024

Replay files seem to search for the first header when testing and assume that is the intended value. This is fine except for duplicate headers.

E.g.
X-Duplicate-Header: same
X-Duplicate-Header: other

It would then fail like this
[INFO]: Equals Violation: Different. Key: "fill_1", Field Name: "x-duplicate-header", Correct Value: "other", Actual Value: "same" : 26

Despite that other is the intended value for the second duplicate header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants