X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d..48eb8eb3690851f7f26afc68e1524341fcb6c187:/test/models/oauth_token_test.rb diff --git a/test/models/oauth_token_test.rb b/test/models/oauth_token_test.rb index da2e449f1..ac10bf7fe 100644 --- a/test/models/oauth_token_test.rb +++ b/test/models/oauth_token_test.rb @@ -1,4 +1,4 @@ -require 'test_helper' +require "test_helper" class OauthTokenTest < ActiveSupport::TestCase api_fixtures @@ -22,5 +22,4 @@ class OauthTokenTest < ActiveSupport::TestCase tok.invalidate! assert_equal false, tok.authorized?, "Token should now be invalid." end - end