Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote
This commit is contained in:
commit
82b6413f61
12 changed files with 79 additions and 43 deletions
|
@ -8,4 +8,6 @@ Fabricator(:web_push_subscription, from: Web::PushSubscription) do
|
|||
Base64.urlsafe_encode64(ecdh_key)
|
||||
end
|
||||
key_auth { Base64.urlsafe_encode64(Random.new.bytes(16)) }
|
||||
user { Fabricate(:user) }
|
||||
access_token { |attrs| Fabricate.build(:accessible_access_token, resource_owner_id: attrs[:user].id) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue