silverfin / silverfin-cli

Command line tool for Silverfin template development
4 stars 1 forks source link

fix: avoid showing that tests have failed when excluded_results is used and all expectations pass #126

Closed Woetfin closed 6 months ago

Woetfin commented 6 months ago

Description

The terminal was showing that "TEST FAILED" if all expectations were passing when excluded_results was used.

This is because excluded_results adds an extra object in the response that we were not expecting yet in our logic.

Fixes #125

Type of change

Checklist