Got a requirement saying that downstream no longer wants to receive a certain attribute in our response. We're not following Semantic Versioning contracts (another story).
Given this is removal of an attribute, should I write a (unit) test to assert it's no longer being returned?
Some on my team make the (interesting) objection:
it adds complexity to the code to mention things that don't exist.
Tried showing the Acceptance Criteria were met.