mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
Add client_secret_expires_at to OAuth Applications (#30317)
This commit is contained in:
@@ -44,6 +44,7 @@ RSpec.describe 'Credentials' do
|
||||
expect(response.parsed_body)
|
||||
.to not_include(client_id: be_present)
|
||||
.and not_include(client_secret: be_present)
|
||||
.and not_include(client_secret_expires_at: be_present)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user