cli
cli copied to clipboard
Issue 1623- Add tests for decoding authentication credentials and error handling
- Implemented tests for percent-encoded credentials in URLs, including valid and invalid cases.
- Added handling for malformed encoded credentials and ensured proper error messages are returned.
- Enhanced digest authentication tests to ensure special characters in usernames and passwords are correctly percent-encoded.
- Updated error message formatting in CLI UI tests for clarity.