mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fixes #9895 Problem was that provisionerd tries to acquire the next job, and races with shutdown, triggering the assert in the handler. Switches this test case to use the more robust handler.