mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
c2c2b6f16f
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.