mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +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