diff --git a/src/containers/CheckoutPage/CheckoutPage.test.js b/src/containers/CheckoutPage/CheckoutPage.test.js index 26504ecb..a04fddb8 100644 --- a/src/containers/CheckoutPage/CheckoutPage.test.js +++ b/src/containers/CheckoutPage/CheckoutPage.test.js @@ -15,7 +15,7 @@ describe('CheckoutPage', () => { bookingEnd: new Date(Date.UTC(2017, 3, 16)), }, dispatch: noop, - history: { push: noop }, + history: { push: noop, action: 'PUSH' }, intl: fakeIntl, listing, currentUser: createCurrentUser('currentUser'),