diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-20 15:08:26 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-20 15:08:26 +0000 |
| commit | 849e6f56ae6d29014a6d73f0533144adc9619e87 (patch) | |
| tree | 92cc51ad6dc650ad9284de60699bb430140d3042 /spec/workers/namespaces | |
| parent | fa10e47f6e1dced92a7b28dee7fab08abeead777 (diff) | |
| download | gitlab-ce-849e6f56ae6d29014a6d73f0533144adc9619e87.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/namespaces')
| -rw-r--r-- | spec/workers/namespaces/root_statistics_worker_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/workers/namespaces/root_statistics_worker_spec.rb b/spec/workers/namespaces/root_statistics_worker_spec.rb index 8409fffca26..edea9132850 100644 --- a/spec/workers/namespaces/root_statistics_worker_spec.rb +++ b/spec/workers/namespaces/root_statistics_worker_spec.rb @@ -90,9 +90,7 @@ RSpec.describe Namespaces::RootStatisticsWorker, '#perform', feature_category: : end end - it_behaves_like 'worker with data consistency', - described_class, - data_consistency: :sticky + it_behaves_like 'worker with data consistency', described_class, data_consistency: :sticky it 'has the `until_executed` deduplicate strategy' do expect(described_class.get_deduplicate_strategy).to eq(:until_executed) |
