You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When assessing a test failure, I want the error message to indicate what has failed
Attempted solutions
Setting a breakpoint in knownvalue.ObjectExact and running the debugger
Proposal
Currently, if the number of expected and actual attributes in knownvalue.ObjectExact don't match, the check immediately exits and returns an error such as
expected 2 attributes for ObjectExact check, got 3 attributes
without indicating what the additional attributes are. This can happen in plan checks, as unknown values are not included at all in the value.