summaryrefslogtreecommitdiff
path: root/spec/requests/recursive_webhook_detection_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/recursive_webhook_detection_spec.rb')
-rw-r--r--spec/requests/recursive_webhook_detection_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/requests/recursive_webhook_detection_spec.rb b/spec/requests/recursive_webhook_detection_spec.rb
index fe27c90b6c8..a74d4f9a603 100644
--- a/spec/requests/recursive_webhook_detection_spec.rb
+++ b/spec/requests/recursive_webhook_detection_spec.rb
@@ -2,7 +2,8 @@
require 'spec_helper'
-RSpec.describe 'Recursive webhook detection', :sidekiq_inline, :clean_gitlab_redis_shared_state, :request_store do
+RSpec.describe 'Recursive webhook detection', :sidekiq_inline, :clean_gitlab_redis_shared_state, :request_store,
+feature_category: :integrations do
include StubRequests
let_it_be(:user) { create(:user) }