Add client_secret_expires_at to OAuth Applications (#30317)
This commit is contained in:
parent
ace4268308
commit
2bd56f726a
3 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue