mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Change POST /settings/applications/:id to regenerate token on scopes change (#23359)
Fixes #23096
This commit is contained in:
@@ -132,7 +132,7 @@ describe Settings::ApplicationsController do
|
||||
end
|
||||
|
||||
it 'redirects back to applications page' do
|
||||
expect(call_update).to redirect_to(settings_applications_path)
|
||||
expect(call_update).to redirect_to(settings_application_path(app))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user