summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dbx/tests/dbx_test.p4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dbx/tests/dbx_test.p b/ext/dbx/tests/dbx_test.p
index d2193be246..7b704c9b8f 100644
--- a/ext/dbx/tests/dbx_test.p
+++ b/ext/dbx/tests/dbx_test.p
@@ -29,8 +29,8 @@ switch ($connection) {
$module=DBX_PGSQL;
$host="";
$database="dbx_test";
- $username="";
- $password="";
+ $username="dbx_testuser";
+ $password="dbx_testpassword";
$module_name="pgsql";
break;
}