summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal/workhorse_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/api/internal/workhorse_spec.rb')
-rw-r--r--spec/requests/api/internal/workhorse_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/internal/workhorse_spec.rb b/spec/requests/api/internal/workhorse_spec.rb
index bcf63bf7c2f..99d0ecabbb7 100644
--- a/spec/requests/api/internal/workhorse_spec.rb
+++ b/spec/requests/api/internal/workhorse_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe API::Internal::Workhorse, :allow_forgery_protection do
+RSpec.describe API::Internal::Workhorse, :allow_forgery_protection, feature_category: :not_owned do
include WorkhorseHelpers
context '/authorize_upload' do