Commit e838101d by Eugeny Kolpakov

Merge pull request #2857 from open-craft/ekolpakov/fix-analytics-pipeline-acceptance-test-config

Analitics pipeline acceptance test typo fix
parents 029da740 a4457c91
......@@ -186,7 +186,7 @@
- name: grant access to table storing test data in output database
mysql_user: >
user={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.user }}
user={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.username }}
password={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.password }}
priv=acceptance%.*:ALL
append_privs=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment