Add optional OAuth application to reports (#30539)
This commit is contained in:
parent
fa54b61216
commit
aa88aca0ad
11 changed files with 47 additions and 3 deletions
|
@ -47,6 +47,7 @@ RSpec.describe 'Reports' do
|
|||
|
||||
expect(target_account.targeted_reports).to_not be_empty
|
||||
expect(target_account.targeted_reports.first.comment).to eq 'reasons'
|
||||
expect(target_account.targeted_reports.first.application).to eq token.application
|
||||
|
||||
expect(emails.size)
|
||||
.to eq(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue