-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value matching does not work in arrays #1532
Comments
Well with the example you have provided that is expected behaviour. Could you please share an example of what you expect that's not working? Are you saying that you want to match exact values? |
Yes, I want to match exact values, The match is only successful when |
Any update on this, I found the same issue and I am using version 4.4.3. The "stringValue" field is not being checked on the value, just on the type. Does
|
@kevinmavely |
I had also issue with |
As per the previous comment, the |
I just want to make test failed, when array contain invalid element, but tests still passes. If I call (Not sure if this this is the same issue as the thread started with) |
versions
DslPart
json
But now, as long as
marketCode
is astring
, validation will be successful, I testedstringType
andstringMatcher
and they work fine, whilestringValue
andnumberValue
don't workThe text was updated successfully, but these errors were encountered: