Hi, I am writing a
test case for Dominik Cebula's Spring Professional Tutorial example. I found out that WebTestClient cannot read matrix variables.
Here is the relevant parts of Dominik's code:
This is my
Junit 5 test case:
But the error is:
Does anyone has any suggestion to fix this issue?
On the other hand, if I use MockMvc, it works.