Replies: 1 comment 2 replies
-
hi @fage88 👋 off the top of my head I think the (great use case for the plugin btw!) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use the expect plugin to validate that certain cookies are being set.
![image](https://user-images.githubusercontent.com/4366901/152389061-3e491047-866f-4499-ae97-00fe32b0f60a.png)
I have a request with headers that look like this
I have an expect block that looks like this
But I am seeing this
It looks to me like the
expected
andgot
values are the same, but they are not being calculated as equal. Is there a syntax I am missing to deal with arrays/multi value headers?Beta Was this translation helpful? Give feedback.
All reactions