mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
I was trying to figure out why `goleak` was complaining about a dangling http2 connection goroutine in tests. Turns out that `taskname.Generate` will call out to Anthropic if an API key is set, and we're calling it in `dbgen`. Modified to use testutil method instead.