summaryrefslogtreecommitdiff
path: root/spec/features/profiles/oauth_applications_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/profiles/oauth_applications_spec.rb')
-rw-r--r--spec/features/profiles/oauth_applications_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/oauth_applications_spec.rb b/spec/features/profiles/oauth_applications_spec.rb
index 7d204f89fba..7f59f2e8714 100644
--- a/spec/features/profiles/oauth_applications_spec.rb
+++ b/spec/features/profiles/oauth_applications_spec.rb
@@ -39,7 +39,7 @@ describe 'Profile > Applications' do
accept_confirm { click_button 'Revoke' }
end
- expect(page).to have_content('The application was revoked access.')
+ expect(page).to have_content(_('The application was revoked access.'))
expect(page).to have_content('Your applications (0)')
expect(page).to have_content('Authorized applications (0)')
end