mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
3e1f6afd66
Closes https://github.com/coder/internal/issues/268 Wraps the assertions in a `testutil.Eventually` so that hopefully any transient timing issues resolve themselves. If this does not resolve the issue, we may need to plumb through some kind of `chan struct{}` into `api.Entitlements.Update()`