Assert usage of client credentials for account registration (#34828)
This commit is contained in:
parent
6ffa262546
commit
a73ade526a
4 changed files with 28 additions and 1 deletions
5
spec/fabricators/client_credentials_token_fabricator.rb
Normal file
5
spec/fabricators/client_credentials_token_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator :client_credentials_token, from: :accessible_access_token do
|
||||
resource_owner_id { nil }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue