socialpredict
socialpredict copied to clipboard
Add test for httperror.go
backend/errors/httperror.go does not have test coverage.
Add test coverage for the HandleHTTPError function should cover the cases:
- err is nil
- err is not nil
this function is used in positionshandler.go