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

Function createOpts

enterprise/coderd/notifications_test.go:21–30  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19)
20
21func 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
32func TestUpdateNotificationTemplateMethod(t *testing.T) {
33 t.Parallel()

Callers 1

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected