summaryrefslogtreecommitdiff
path: root/spec/factories/remote_mirrors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/remote_mirrors.rb')
-rw-r--r--spec/factories/remote_mirrors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/remote_mirrors.rb b/spec/factories/remote_mirrors.rb
index ff1d751c86c..124c0510cab 100644
--- a/spec/factories/remote_mirrors.rb
+++ b/spec/factories/remote_mirrors.rb
@@ -3,6 +3,6 @@
FactoryBot.define do
factory :remote_mirror, class: 'RemoteMirror' do
association :project, :repository
- url "http://foo:bar@test.com"
+ url { "http://foo:bar@test.com" }
end
end