mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
`TestActiveServer_BasicAssistantGenerationAndPromptPreparation` could race by reassigning a request recorder captured by concurrent callbacks. Keep the recorder immutable across both scenarios. Closes https://github.com/coder/internal/issues/1626