mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix credentials change check for redirect
This commit is contained in:
parent
c037a4c03a
commit
7e64f81c19
2 changed files with 1 additions and 3 deletions
|
@ -88,8 +88,6 @@ class SettingsListenerTest extends ModularTestCase
|
|||
$dcc_status_cache->shouldReceive('has')
|
||||
->andReturn(false);
|
||||
|
||||
$this->expectException(StubRedirectionException::class);
|
||||
|
||||
$testee->listen();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue