MCPcopy Index your code
hub / github.com/coder/coder / createOpts

Function createOpts

coderd/notifications/notifications_test.go:2017–2024  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2015}
2016
2017func 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.
2027func TestNotificationDuplicates(t *testing.T) {

Callers 1

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected