Skip to content

Commit cf5e55b

Browse files
committed
fixup! fix bugged query
1 parent 1829a25 commit cf5e55b

File tree

1 file changed

+0
-1
lines changed
  • coderd/database/dbtestutil

1 file changed

+0
-1
lines changed

coderd/database/dbtestutil/db.go

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func NewDB(t testing.TB) (database.Store, pubsub.Pubsub) {
3333
)
3434
connectionURL, closePg, err = postgres.Open()
3535
require.NoError(t, err)
36-
t.Logf("using postgres connection url: %s", connectionURL)
3736
t.Cleanup(closePg)
3837
}
3938
sqlDB, err := sql.Open("postgres", connectionURL)

0 commit comments

Comments
 (0)