molecule-core/workspace-server/internal/artifacts
Molecule AI Core-BE 8331445c49 test(artifacts): suppress w.Write return values to satisfy errcheck
All httptest.ResponseWriter.Write calls in client_test.go now discard
the byte count and error return with _, _ = prefix. The Write method
is safe to discard in test handlers — httptest.ResponseWriter.Write
never returns an error for in-memory buffers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 01:49:03 +00:00
..
client_test.go test(artifacts): suppress w.Write return values to satisfy errcheck 2026-04-21 01:49:03 +00:00
client.go fix(ci): golangci-lint errcheck failures on staging 2026-04-21 01:49:03 +00:00