Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/deployments/create_service_spec.rb')
-rw-r--r--spec/services/deployments/create_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/deployments/create_service_spec.rb b/spec/services/deployments/create_service_spec.rb
index 2a70d450575..77dcad35f70 100644
--- a/spec/services/deployments/create_service_spec.rb
+++ b/spec/services/deployments/create_service_spec.rb
@@ -86,7 +86,6 @@ RSpec.describe Deployments::CreateService, feature_category: :continuous_deliver
)
expect(service.deployment_attributes).to eq(
- cluster_id: 1,
project_id: 2,
environment_id: 3,
ref: 'master',