diff options
Diffstat (limited to 'rt/t/web/installer.t')
-rw-r--r-- | rt/t/web/installer.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/t/web/installer.t b/rt/t/web/installer.t index a34cdcb4b..79198a7e8 100644 --- a/rt/t/web/installer.t +++ b/rt/t/web/installer.t @@ -57,6 +57,7 @@ diag "Walking through install screens setting defaults"; $m->submit_form(with_fields => { DatabaseAdmin => $ENV{RT_DBA_USER}, DatabaseAdminPassword => $ENV{RT_DBA_PASSWORD}, + DatabasePassword => "rt_pass", }); } $m->content_contains('Connection succeeded'); |