diff --git a/tests/integration/targets/test_mysql_user/tasks/main.yml b/tests/integration/targets/test_mysql_user/tasks/main.yml index 3a82b69..e2bab70 100644 --- a/tests/integration/targets/test_mysql_user/tasks/main.yml +++ b/tests/integration/targets/test_mysql_user/tasks/main.yml @@ -237,6 +237,7 @@ # Test plaintext and encrypted password scenarios. # - include: test_user_password.yml + - include: test_user_password_update.yml # ============================================================ # Test plugin authentication scenarios. diff --git a/tests/integration/targets/test_mysql_user/tasks/user_password_update_test.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_password_update.yml similarity index 100% rename from tests/integration/targets/test_mysql_user/tasks/user_password_update_test.yml rename to tests/integration/targets/test_mysql_user/tasks/test_user_password_update.yml