* Fix #2672 - Connect signed PuSH subscription requests to instance domain Resolves #2739 * Fix return of locate_subscription * Fix tests
This commit is contained in:
@ -21,6 +21,7 @@ RSpec.describe Api::PushController, type: :controller do
|
||||
'https://callback.host/api',
|
||||
'as1234df',
|
||||
'3600',
|
||||
nil
|
||||
)
|
||||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
|
Reference in New Issue
Block a user