Replies: 1 comment
-
Hello @fbruno93, Currently pactum doesn't support matchers while asserting on headers. I do think this is a good use case and will be creating feature request based on this thread. Moreover, the headers are often read as key-value pairs of strings. Need to check how to auto parse them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I need to match some numric header like
age: > 10
So i tried :
But i've this error
Is there a way to use match for headers values ?
Thx :)
Beta Was this translation helpful? Give feedback.
All reactions