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