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>2020-04-25 00:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-25 00:09:48 +0300
commitcfc6fe51003de30653a5ce48f1a1b7f46fc9075d (patch)
tree6bb54c97a01467a70dcd3e1909b03e02b6af31b8 /spec/services/grafana
parentaca82d5ba49a8d2cf7ca30ac4ee6dcbd62b47cff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/grafana')
-rw-r--r--spec/services/grafana/proxy_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/grafana/proxy_service_spec.rb b/spec/services/grafana/proxy_service_spec.rb
index 694d531c9fc..8cb7210524a 100644
--- a/spec/services/grafana/proxy_service_spec.rb
+++ b/spec/services/grafana/proxy_service_spec.rb
@@ -66,7 +66,7 @@ describe Grafana::ProxyService do
context 'with caching', :use_clean_rails_memory_store_caching do
context 'when value not present in cache' do
it 'returns nil' do
- expect(ReactiveCachingWorker)
+ expect(ExternalServiceReactiveCachingWorker)
.to receive(:perform_async)
.with(service.class, service.id, *cache_params)