fix: default-org output#981
Conversation
|
Claude finished @mbevc1's task in 1m 20s —— View job Review:
|
| Check | Result |
|---|---|
go build ./... |
✅ pass |
go vet ./cmd/kosli/ |
✅ pass |
I couldn't execute go test (command requires approval in this environment / suite tests need the local Kosli server), but the assertions match the new output string by inspection, so they should pass in CI.
Summary
Small, well-scoped fix. The label change is sensible, the spacing cleanup is correct, and — importantly — the test assertions were updated in the same PR so nothing breaks. Looks good to merge. Only nit is the optional stray blank line at getDefaultOrg.go:93.
· 20260629_fix_default-org
Remove to many spaces and be specific which default Org it is.