Skip to content
Snippets Groups Projects
Commit 507c98a0 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'qa-fix-git-protocol-v2-spec' into 'master'

Fix Git protocol v2 e2e test

Closes gitlab-org/quality/staging#16

See merge request gitlab-org/gitlab-ce!23067
parents 6ffe6f1c 99a084e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ module QA
 
let(:key_title) { "key for ssh tests #{Time.now.to_f}" }
let(:ssh_key) do
Factory::Resource::SSHKey.fabricate! do |resource|
Resource::SSHKey.fabricate! do |resource|
resource.title = key_title
end
end
Loading
Loading
@@ -38,7 +38,7 @@ module QA
 
it 'user pushes to the repository' do
# Create a project to push to
project = Factory::Resource::Project.fabricate! do |project|
project = Resource::Project.fabricate! do |project|
project.name = 'git-protocol-project'
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment