1
0
Fork 0
forked from gitea/nas

Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote

This commit is contained in:
KMY 2025-04-26 08:18:16 +09:00
commit 82b6413f61
12 changed files with 79 additions and 43 deletions

View file

@ -207,7 +207,8 @@ RSpec.describe 'API V1 Push Subscriptions' do
Fabricate(
:web_push_subscription,
endpoint: create_payload[:subscription][:endpoint],
access_token_id: token.id
access_token: token,
user: user
)
end
end