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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-30 17:56:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-30 17:56:21 +0300
commitc90d7633da7837deedd67f344ac8d00ba54c4989 (patch)
tree07306b83d274cb52cba71fa2443098d74b50a33f /spec/services
parentdbbe474fe17e04b6c6b0764972b4c56da676a697 (diff)
parent8f41c85760310f65ff219d950b4779b592c6d0c2 (diff)
Merge branch '48098-mutual-auth-cluster-applications' into 'master'
Resolve "Mutual SSL Auth For Helm TIller" Closes #48098 See merge request gitlab-org/gitlab-ce!20801
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/clusters/applications/install_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/clusters/applications/install_service_spec.rb b/spec/services/clusters/applications/install_service_spec.rb
index 93199964a0e..a744ec30b65 100644
--- a/spec/services/clusters/applications/install_service_spec.rb
+++ b/spec/services/clusters/applications/install_service_spec.rb
@@ -47,7 +47,7 @@ describe Clusters::Applications::InstallService do
end
context 'when application cannot be persisted' do
- let(:application) { build(:clusters_applications_helm, :scheduled) }
+ let(:application) { create(:clusters_applications_helm, :scheduled) }
it 'make the application errored' do
expect(application).to receive(:make_installing!).once.and_raise(ActiveRecord::RecordInvalid)