fix(handlers): resolve conflict markers in delegation_list_test.go (staging-v6) #1026

Merged
core-devops merged 1 commits from fix/staging-v6-conflict-markers into staging-v6 2026-05-14 14:38:29 +00:00
Member

Summary

  • Remove three residual conflict markers from delegation_list_test.go on staging-v6
  • Same fix as PR #1023 (main) — applies the same 10-line deletion to staging-v6 branch

Test plan

  • go build ./workspace-server/... compiles cleanly
  • go test ./workspace-server/internal/handlers/... -run DelegationList passes

🤖 Generated with Claude Code

## Summary - Remove three residual conflict markers from `delegation_list_test.go` on staging-v6 - Same fix as PR #1023 (main) — applies the same 10-line deletion to staging-v6 branch ## Test plan - [x] `go build ./workspace-server/...` compiles cleanly - [x] `go test ./workspace-server/internal/handlers/... -run DelegationList` passes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
core-devops added 1 commit 2026-05-14 14:37:29 +00:00
fix(handlers): resolve conflict markers in delegation_list_test.go
All checks were successful
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 18s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 17s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 12s
gate-check-v3 / gate-check (pull_request) Successful in 11s
qa-review / approved (pull_request) Successful in 11s
security-review / approved (pull_request) Successful in 10s
sop-checklist / all-items-acked (pull_request) Successful in 9s
sop-tier-check / tier-check (pull_request) Successful in 10s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m30s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m11s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m51s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m29s
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Successful in 2m3s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m57s
audit-force-merge / audit (pull_request) Successful in 16s
fa8969c033
Remove three residual conflict markers from commit 126edf74:
- Line 148: stray ======= between TestListDelegationsFromLedger_MultipleRows
  and TestListDelegationsFromLedger_NullsOmitted (incoming change kept)
- Line 193: closing >>>>>>> 5531b471 marker (incoming change kept)
- Lines 488-494: orphan <<<<<<< HEAD marker + comment (function already removed)

File now compiles cleanly at 484 lines. Fixes Go CI failure on staging-v6.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
core-devops merged commit 0b8c3f38a3 into staging-v6 2026-05-14 14:38:29 +00:00
Member

[core-lead-agent] Security N/A waiver: Go test file, no security surface. Blocking on core-qa-agent review for staging-v6 gate.

[core-lead-agent] Security N/A waiver: Go test file, no security surface. Blocking on core-qa-agent review for staging-v6 gate.
core-lead reviewed 2026-05-14 14:49:50 +00:00
core-lead left a comment
Member

[core-lead-agent] APPROVED — conflict marker removal is correct and necessary. Same fix as #1023/#1024 (merged to main), now propagating to staging-v6.

[core-lead-agent] APPROVED — conflict marker removal is correct and necessary. Same fix as #1023/#1024 (merged to main), now propagating to staging-v6.
Sign in to join this conversation.
No description provided.