@@ -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
205205class 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
400400TestPayments .client .http_force = "requests"
0 commit comments