(t *testing.T)
| 711 | } |
| 712 | |
| 713 | func chatdTestContext(t *testing.T) context.Context { |
| 714 | t.Helper() |
| 715 | return dbauthz.AsChatd(testutil.Context(t, testutil.WaitLong)) |
| 716 | } |
| 717 | |
| 718 | func systemRestrictedTestContext(t *testing.T) context.Context { |
| 719 | t.Helper() |
no test coverage detected