summaryrefslogtreecommitdiff
path: root/spec/workers/jira_connect/sync_feature_flags_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/jira_connect/sync_feature_flags_worker_spec.rb')
-rw-r--r--spec/workers/jira_connect/sync_feature_flags_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/jira_connect/sync_feature_flags_worker_spec.rb b/spec/workers/jira_connect/sync_feature_flags_worker_spec.rb
index 1c2f9126b71..6763aefcbec 100644
--- a/spec/workers/jira_connect/sync_feature_flags_worker_spec.rb
+++ b/spec/workers/jira_connect/sync_feature_flags_worker_spec.rb
@@ -7,7 +7,6 @@ RSpec.describe ::JiraConnect::SyncFeatureFlagsWorker do
it_behaves_like 'worker with data consistency',
described_class,
- feature_flag: :load_balancing_for_jira_connect_workers,
data_consistency: :delayed
describe '#perform' do