Skip to content

Commit

Permalink
officially deprecate this?
Browse files Browse the repository at this point in the history
  • Loading branch information
askedrelic committed Mar 19, 2013
1 parent 4ecbbc8 commit c310b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def automated_oauth_approval(url):
response2 = br.submit()
return response2

@unittest.skip('being deprecated')
@unittest.skip('deprecated')
class TestOAuth(unittest.TestCase):
def test_oauth_login(self):
auth = OAuthMethod(oauth_key, oauth_secret)
Expand Down

0 comments on commit c310b3f

Please sign in to comment.