Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit a11e123

Browse files
Modified database name in psql_test.sh
1 parent 0528cd3 commit a11e123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/testing/psql/psql_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PELOTON_DIR="$CODE_SOURCE_DIR/../../.."
1515
PELOTON_PID=""
1616
PELOTON_PORT="57721"
1717
PELOTON_HOST="localhost"
18-
PELOTON_USER="postgres"
18+
PELOTON_USER="default_database"
1919
PELOTON_PASS="postgres"
2020
PELOTON_ARGS='sslmode=disable'
2121

0 commit comments

Comments
 (0)