mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Include update in the resources args for api/web/push_subscriptions route (#35801)
This commit is contained in:
parent
a18e6199ef
commit
9d15b85d3b
2 changed files with 2 additions and 6 deletions
|
|
@ -162,7 +162,7 @@ RSpec.describe 'API Web Push Subscriptions' do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'PUT /api/web/push_subscriptions' do
|
||||
describe 'PUT /api/web/push_subscriptions/:id' do
|
||||
before { sign_in Fabricate :user }
|
||||
|
||||
let(:subscription) { Fabricate :web_push_subscription }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue