(t *testing.T)
| 2015 | } |
| 2016 | |
| 2017 | func createOpts(t *testing.T) *coderdtest.Options { |
| 2018 | t.Helper() |
| 2019 | |
| 2020 | dt := coderdtest.DeploymentValues(t) |
| 2021 | return &coderdtest.Options{ |
| 2022 | DeploymentValues: dt, |
| 2023 | } |
| 2024 | } |
| 2025 | |
| 2026 | // TestNotificationDuplicates validates that identical notifications cannot be sent on the same day. |
| 2027 | func TestNotificationDuplicates(t *testing.T) { |
no test coverage detected