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
Actually, if an endpoint return an error or a different response than the expected validateFunc, go runtime will panic.
Please review code of func runTestCases(t *testing.T, tests []TestCase) in main_test.go
The text was updated successfully, but these errors were encountered:
Handle errors of endpoints calls better in tests.
Actually, if an endpoint return an error or a different response than the expected
validateFunc
, go runtime will panic.Please review code of
func runTestCases(t *testing.T, tests []TestCase)
inmain_test.go
The text was updated successfully, but these errors were encountered: