[BUG] DSL Responses Do Not Work Properly with Code Protocol #5748
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Is there an existing issue for this?
Current Behavior
When using the code protocol, DSL responses are not functioning as expected.
status_code_1 == 200
evaluates to true.status_code_2 == 200
evaluates to true.However, when comparing the two status codes:
status_code_1 == status_code_2
does not match.And by removing the code protocol, works.
Expected Behavior
status_code_1 == status_code_2
should match if are equal, regardless if code is being used.Steps To Reproduce
The following template should hit, but it doesn't.
Relevant log output
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: