opensourcerouting / frr

Free Range Routing Protocol Suite
Other
37 stars 14 forks source link

Topotato: Fix failed JSON assertion #52

Closed eznix86 closed 2 years ago

eznix86 commented 2 years ago

Whenever a JSON assertion fails a OutcomeException is thrown with expected string as 'msg' parameter, got 'json_cmp_result' instead

Exact text:

E                       TypeError: TopotatoCLICompareFail expected string as 'msg' parameter, got 'json_cmp_result' instead.
E                       Perhaps you meant to use a mark?
eqvinox commented 2 years ago

Merged in commit a4afe5dfd3f331bbe3db8240dde78ba4aa0dddc3, Thanks!