Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove some test code
  • Loading branch information
sreya committed Jul 20, 2022
commit ae551a810e17b146b6d9320405e6e615e6e9fcf0
2 changes: 1 addition & 1 deletion coderd/database/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func Open() (string, func(), error) {

resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "postgres",
Tag: "11",
Tag: "13",
Env: []string{
"POSTGRES_PASSWORD=postgres",
"POSTGRES_USER=postgres",
Expand Down