X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b095b59d5e0ee805e49980af80b21bd1acff1345..c82c760e9dc690540e2e5cf8de577d0a1ac3154d:/test/models/oauth_token_test.rb?ds=inline 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