Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Nov 20, 2020
1 parent 69d809e commit b6b63c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Integration/Controller/Checkout/SecondChanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function testRecreatesTheOrder()
$this->getRequest()->setParam('payment_token', $token->getToken());

$this->dispatch('/mollie/checkout/secondChance/');
$this->assertRedirect($this->equalTo('http://example.com'));
$this->assertRedirect($this->stringContains('mollie/checkout/redirect/paymentToken'));
}

/**
Expand Down

0 comments on commit b6b63c5

Please sign in to comment.