2
0

Change read:me scope to profile scope (#30357)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Emelia Smith
2024-06-06 09:30:10 +02:00
committed by GitHub
parent 569b7d2f25
commit e02d23b549
10 changed files with 68 additions and 9 deletions

View File

@@ -29,8 +29,8 @@ RSpec.describe 'credentials API' do
})
end
describe 'allows the read:me scope' do
let(:scopes) { 'read:me' }
describe 'allows the profile scope' do
let(:scopes) { 'profile' }
it 'returns the response successfully' do
subject