(t *testing.T)
| 18 | ) |
| 19 | |
| 20 | func createOpts(t *testing.T) *coderdtest.Options { |
| 21 | t.Helper() |
| 22 | |
| 23 | dt := coderdtest.DeploymentValues(t) |
| 24 | return &coderdtest.Options{ |
| 25 | DeploymentValues: dt, |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | func TestUpdateNotificationsSettings(t *testing.T) { |
| 30 | t.Parallel() |
no test coverage detected