Skip to content

Commit 167314d

Browse files
committed
Fix indentation codestyle
1 parent 5b5539f commit 167314d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/PaymentTest.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ def test_error_401_mocked(self):
195195
'-error-'
196196
'010.json')
197197
self.assertRaisesRegexp(Adyen.AdyenAPIAuthenticationError,
198-
"Unable to authenticate with Adyen's Servers."
199-
" Please verify the credentials set with the"
200-
" Adyen base class. Please reach out to your"
201-
" Adyen Admin if the problem persists",
202-
self.adyen.payment.authorise, request)
198+
"Unable to authenticate with Adyen's Servers."
199+
" Please verify the credentials set with the"
200+
" Adyen base class. Please reach out to your"
201+
" Adyen Admin if the problem persists",
202+
self.adyen.payment.authorise, request)
203203

204204

205205
class TestPaymentsWithXapiKey(unittest.TestCase):
@@ -390,11 +390,11 @@ def test_error_401_mocked(self):
390390
'-error-'
391391
'010.json')
392392
self.assertRaisesRegexp(Adyen.AdyenAPIAuthenticationError,
393-
"Unable to authenticate with Adyen's Servers."
394-
" Please verify the credentials set with the"
395-
" Adyen base class. Please reach out to your"
396-
" Adyen Admin if the problem persists",
397-
self.adyen.payment.authorise, request)
393+
"Unable to authenticate with Adyen's Servers."
394+
" Please verify the credentials set with the"
395+
" Adyen base class. Please reach out to your"
396+
" Adyen Admin if the problem persists",
397+
self.adyen.payment.authorise, request)
398398

399399

400400
TestPayments.client.http_force = "requests"

0 commit comments

Comments
 (0)