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
refactor(tests): replace numeric HTTP status codes with descriptive constants
Improves readability and maintainability by using `StatusCodes` from `http-status-codes` package
instead of hardcoded numeric values (e.g., 200, 401) in integration tests.
0 commit comments