Commit 1efa1211 authored by Albert Salim's avatar Albert Salim

Merge branch 'acunskis-review-app-tests-improvements' into 'master'

E2E: Add review apps admin token

See merge request gitlab-org/gitlab!72375
parents 3924c47a fdfbc5db
......@@ -14,6 +14,7 @@
GITLAB_PASSWORD: "${REVIEW_APPS_ROOT_PASSWORD}"
GITLAB_ADMIN_USERNAME: "root"
GITLAB_ADMIN_PASSWORD: "${REVIEW_APPS_ROOT_PASSWORD}"
GITLAB_QA_ADMIN_ACCESS_TOKEN: "${REVIEW_APPS_ROOT_TOKEN}"
GITHUB_ACCESS_TOKEN: "${REVIEW_APPS_QA_GITHUB_ACCESS_TOKEN}"
EE_LICENSE: "${REVIEW_APPS_EE_LICENSE}"
SIGNUP_DISABLED: "true"
......
......@@ -27,7 +27,9 @@ module QA
:import_error
attribute :group do
Group.fabricate!
Group.fabricate! do |group|
group.api_client = api_client
end
end
attribute :path_with_namespace do
......
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