summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/system/oauth_provider_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/oauth_provider_test.rb b/test/system/oauth_provider_test.rb
index 897af72c0..a80963096 100644
--- a/test/system/oauth_provider_test.rb
+++ b/test/system/oauth_provider_test.rb
@@ -31,9 +31,9 @@ class OauthProviderSystemTest < ApplicationSystemTestCase
check 'View Issues'
click_button 'Create'
- end
- assert_text "Application created"
+ assert_text "Application created."
+ end
assert app = Doorkeeper::Application.find_by_name('Oauth Test')