We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cee045 commit 0a3190eCopy full SHA for 0a3190e
coderd/database/dbtestutil/postgres.go
@@ -152,9 +152,7 @@ func WithDBFrom(dbFrom string) OpenOption {
152
}
153
154
// WithLogDSN sets whether the DSN should be logged during testing.
155
-// Set the CODER_TEST_LOG_PG_DSN environment variable to show the DSN.
156
-// This provides an ergonomic way to connect to test databases during
157
-// debugging without the need to spin up postgres manually.
+// This provides an ergonomic way to connect to test databases during debugging.
158
func WithLogDSN(logDSN bool) OpenOption {
159
return func(o *OpenOptions) {
160
o.LogDSN = logDSN
0 commit comments