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
[BUG] [GO service]Inconsistent behavior when inputting invalid locale on GET /formatting/number/localizedNumber API between GO and JAVA services.
#2959
Open
lyiyu66 opened this issue
Jan 8, 2024
· 0 comments
Describe the bug
commit: 3c64756
Inconsistent behavior when inputting invalid locale on GET /formatting/number/localizedNumber API between GO and JAVA services.
To Reproduce
Steps to reproduce the behavior:
Go to 'GET /formatting/number/localizedNumber' API.
Input "abc" as locale parameter's value.
See the responses:
GO service: verify the locale validity
Describe the bug
commit: 3c64756
Inconsistent behavior when inputting invalid locale on GET /formatting/number/localizedNumber API between GO and JAVA services.
To Reproduce
Steps to reproduce the behavior:
GO service: verify the locale validity
JAVA service: return the en format
Expected behavior
Should have consistent behavior.
The text was updated successfully, but these errors were encountered: