summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-08-15 16:39:31 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-08-15 16:39:31 +0200
commit4405c8e393c8621f1a5f3b31f6e7578419562716 (patch)
tree00c092541c050c751a9d26081f2163c077d47dbc /spec
parentc19ea197c7195771ddd68fa298f72c28612cadd8 (diff)
downloadgitlab-ce-4405c8e393c8621f1a5f3b31f6e7578419562716.tar.gz
Remove deprecated field from workhorse API responsesworkhorse-deprecate-gitaly-address
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index 654397ccffb..36ef1fbaa3f 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -202,7 +202,6 @@ describe Gitlab::Workhorse do
context 'when Gitaly is enabled' do
let(:gitaly_params) do
{
- GitalyAddress: Gitlab::GitalyClient.address('default'),
GitalyServer: {
address: Gitlab::GitalyClient.address('default'),
token: Gitlab::GitalyClient.token('default')