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

Function dbArg

cli/server_test.go:65–69  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

63)
64
65func dbArg(t *testing.T) string {
66 dbURL, err := dbtestutil.Open(t)
67 require.NoError(t, err)
68 return "--postgres-url=" + dbURL
69}
70
71func TestReadExternalAuthProvidersFromEnv(t *testing.T) {
72 t.Parallel()

Calls 1

OpenFunction · 0.92

Tested by

no test coverage detected