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
Removed two placeholder tests that just asserted true:
1. test/ado_cli/auth_test.exs:
- 'skipped - login_browser requires TCP listener mocking'
- 'skipped - request_device_code uses hardcoded Microsoft URL'
2. test/ado_cli/cli/work_items_test.exs:
- 'skipped - list_work_items double-org prefix'
These were never actually testing anything. Left a comment in the
work_items file explaining the underlying issue (AdoCli.Client.inject_org
double-prepending the org) so a future refactor can address it.
Final state: 162 tests pass, 0 skipped, 0 failures.
0 commit comments