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
Strip trailing slash from host in auth and configure commands (#4633)
Fixes#4628
## Summary
- Strip trailing slash from host URL in `setHostAndAccountId` (used by
`auth login` and `auth token`)
- Strip trailing slash in `normalizeHost` (used by `databricks
configure`)
## Test plan
- [x] Added test cases for trailing slash stripping in
`setHostAndAccountId` (flag and positional arg)
- [x] Updated `normalizeHost` test expectations for trailing slash
inputs
- [x] Verified all existing tests pass
Signed-off-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>
Co-authored-by: simon <simon.faltum@databricks.com>
0 commit comments