Change import form. TBR
This commit is contained in:
@@ -22,7 +22,7 @@ import unittest
|
|||||||
import StringIO
|
import StringIO
|
||||||
|
|
||||||
|
|
||||||
import oauth2client.clientsecrets as clientsecrets
|
from oauth2client import clientsecrets
|
||||||
|
|
||||||
|
|
||||||
class OAuth2CredentialsTests(unittest.TestCase):
|
class OAuth2CredentialsTests(unittest.TestCase):
|
||||||
@@ -35,7 +35,6 @@ class OAuth2CredentialsTests(unittest.TestCase):
|
|||||||
|
|
||||||
def test_validate_error(self):
|
def test_validate_error(self):
|
||||||
ERRORS = [
|
ERRORS = [
|
||||||
(None, 'Invalid'),
|
|
||||||
('{}', 'Invalid'),
|
('{}', 'Invalid'),
|
||||||
('{"foo": {}}', 'Unknown'),
|
('{"foo": {}}', 'Unknown'),
|
||||||
('{"web": {}}', 'Missing'),
|
('{"web": {}}', 'Missing'),
|
||||||
|
|||||||
Reference in New Issue
Block a user