Fix tests after renaming json fields to snake_case
This commit is contained in:
parent
81990f3f80
commit
5832991c4d
13 changed files with 164 additions and 164 deletions
|
|
@ -119,7 +119,7 @@ func (err ErrUserDoesNotExist) HTTPError() web.HTTPError {
|
|||
return web.HTTPError{HTTPCode: http.StatusNotFound, Code: ErrCodeUserDoesNotExist, Message: "The user does not exist."}
|
||||
}
|
||||
|
||||
// ErrCouldNotGetUserID represents a "ErrCouldNotGetUserID" kind of error.
|
||||
// ErrCouldNotGetUserID represents a "ErrCouldNotGetuser_id" kind of error.
|
||||
type ErrCouldNotGetUserID struct{}
|
||||
|
||||
// IsErrCouldNotGetUserID checks if an error is a ErrCouldNotGetUserID.
|
||||
|
|
|
|||
Reference in a new issue