Andre Rodrigues
06/14/2023, 8:25 PMuglyog
Andre Rodrigues
06/15/2023, 7:21 AMmatching(type,true)
uglyog
uglyog
Andre Rodrigues
06/15/2023, 7:47 AM"request", Map.of(
"id", "matching(type,123)",
"url", "matching(type,'<https://url.com/>')",
"url2", "matching(type,'<https://url2.com>')",
"test", "matching(type,true)"
),
However, in this case Im matching only by type and I would like match by the exact value.
For example:
If I send one request with id = 123
, I would like to match…. Any other value, I would like to thrown an error.uglyog
"id", 123
Yousaf Nabi (pactflow.io)
Andre Rodrigues
06/15/2023, 9:59 AMYousaf Nabi (pactflow.io)
Andre Rodrigues
06/15/2023, 3:03 PM