summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 00:08:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 00:08:52 +0000
commit38c1da5195bdcaab0b20bf6303a675b9283ac476 (patch)
tree0619c87e942aa03fb6e1c050daabe961f8d01e0a /qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
parentab5672c13d7fe5c79fdeac10e7505187cf4ba606 (diff)
downloadgitlab-ce-38c1da5195bdcaab0b20bf6303a675b9283ac476.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb')
-rw-r--r--qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb b/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
index 85b62ec2ad1..fa64489fb83 100644
--- a/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/import/import_github_repo_spec.rb
@@ -9,6 +9,10 @@ module QA
describe 'GitHub import' do
include_context 'with github import'
+ before do
+ QA::Support::Helpers::ImportSource.enable('github')
+ end
+
context 'when imported via api' do
it 'imports project', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347670' do
expect_project_import_finished_successfully