Test obtaining an Application Only OAuth 2 access token succeeds
(self)
| 55 | |
| 56 | @unittest.skip('skipping non-updated test') |
| 57 | def test_obtain_access_token(self): |
| 58 | """Test obtaining an Application Only OAuth 2 access token succeeds""" |
| 59 | self.oauth2_api.obtain_access_token() |
| 60 | |
| 61 | @unittest.skip('skipping non-updated test') |
| 62 | def test_obtain_access_token_bad_tokens(self): |
nothing calls this directly
no test coverage detected