Tufin / oasdiff

OpenAPI Diff and Breaking Changes
https://www.oasdiff.com
Apache License 2.0
689 stars 59 forks source link

revert unneeded WithExcludeExtensions from tests #521

Closed reuvenharrison closed 5 months ago

reuvenharrison commented 5 months ago

As part of https://github.com/Tufin/oasdiff/pull/515 I added some calls to WithExcludeExtensions() in the unit tests to make them pass. The failing tests were actually correct and were catching this bug which I overlooked. This PR reverts these unneeded changes to the unit tests.