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

Function createOpts

coderd/notifications_test.go:20–27  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

18)
19
20func 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
29func TestUpdateNotificationsSettings(t *testing.T) {
30 t.Parallel()

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected