Making all tox tests pass after pep8 fix.
Covers a few unexplained dedents (pep8ify missed them) and an accidental use of b'.'.
This commit is contained in:
@@ -1273,7 +1273,7 @@ class OAuth2WebServerFlowTest(unittest.TestCase):
|
||||
payload = (b'{'
|
||||
b' "access_token":"SlAV32hkKG",'
|
||||
b' "refresh_token":"8xLOxBtZp8",'
|
||||
b' "id_token": "' + jwt + '"'
|
||||
b' "id_token": "' + jwt + b'"'
|
||||
b'}')
|
||||
http = HttpMockSequence([({'status': '200'}, payload)])
|
||||
credentials = self.flow.step2_exchange('some random code', http=http)
|
||||
|
||||
Reference in New Issue
Block a user