summaryrefslogtreecommitdiff
path: root/spec/services/webauthn/authenticate_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/webauthn/authenticate_service_spec.rb')
-rw-r--r--spec/services/webauthn/authenticate_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/webauthn/authenticate_service_spec.rb b/spec/services/webauthn/authenticate_service_spec.rb
index b40f9465b63..ca940dff0eb 100644
--- a/spec/services/webauthn/authenticate_service_spec.rb
+++ b/spec/services/webauthn/authenticate_service_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require 'webauthn/fake_client'
-RSpec.describe Webauthn::AuthenticateService do
+RSpec.describe Webauthn::AuthenticateService, feature_category: :system_access do
let(:client) { WebAuthn::FakeClient.new(origin) }
let(:user) { create(:user) }
let(:challenge) { Base64.strict_encode64(SecureRandom.random_bytes(32)) }