Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Jan 4, 2024
1 parent 6934623 commit 597e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/service/auth/auth.service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ func (t *AuthServiceTest) TestRefreshTokenUnknownError() {
protoErr := errors.New("Unknown error")

expected := &dto.ResponseErr{
StatusCode: http.StatusBadRequest,
StatusCode: http.StatusInternalServerError,
Message: constant.InternalErrorMessage,
Data: nil,
}
Expand Down

0 comments on commit 597e40e

Please sign in to comment.