From 8ee42101bfc2631c7dfe465563c34cf985e1bfc8 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 4 Jun 2024 07:55:35 -0300 Subject: [PATCH] Update running-automated-tests.md --- docs/technical-documentation/running-automated-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-documentation/running-automated-tests.md b/docs/technical-documentation/running-automated-tests.md index 4b68f61f4..caee4c09c 100644 --- a/docs/technical-documentation/running-automated-tests.md +++ b/docs/technical-documentation/running-automated-tests.md @@ -18,7 +18,7 @@ Follow the `Configure PHPUnit` and `Create a directory for HTML output` sections * the default username and db_name are `drupal_default` * your db_password can be found in `codebase/web/sites/default/settings.php` -Unless you changed the default values, just swap out [password] for your actual db password in the following: +* Unless you changed the default values, just swap out [password] for your actual db password in the following: ``` mysql://drupal_default:[password]@islandora.traefik.me:3306/drupal_default`.