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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-03 15:10:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-03 15:10:18 +0300
commitf5987db869d7025fb8f403edc5106c5f2a3e448f (patch)
tree804c2c04e607f8d5010be1541fac4e325b9d116a /spec/serializers
parente5f183140340a76754af3beabff0fcd74212a102 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/cluster_entity_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/serializers/cluster_entity_spec.rb b/spec/serializers/cluster_entity_spec.rb
index 10c6bc0e42a..ee1388024ea 100644
--- a/spec/serializers/cluster_entity_spec.rb
+++ b/spec/serializers/cluster_entity_spec.rb
@@ -91,9 +91,9 @@ RSpec.describe ClusterEntity do
end
end
- context 'elastic stack is installed on cluster' do
+ context 'elastic stack is enabled on cluster' do
it 'returns true' do
- create(:clusters_applications_elastic_stack, :installed, cluster: cluster)
+ create(:clusters_integrations_elastic_stack, cluster: cluster)
expect(subject[:enable_advanced_logs_querying]).to be true
end