Ghost/ghost/core/test/e2e-api/members
Simon Backx 6c2af0793c Fixed failing Stripe webhook test
refs acf0baa8c7

Due to the bump in express-test, we now handle string bodies 'properly'. So they now pass all the Express middlewares. In the past this failing test did not really pass by the bodyParser.raw middleware,
so the content-type check on the `bodyParser.raw({type: 'application/json'})` middleware was not executed. Now it is, and the test fails because the content-type header was not set to application/json.
2023-01-18 12:05:55 +01:00
..
__snapshots__ Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
create-stripe-checkout-session.test.js 🐛 Handled deleted Stripe objects in the Stripe Checkout flow 2022-11-08 16:03:07 +07:00
feedback.test.js Sped up comments and feedback tests by reusing Ghost app instance 2022-11-18 14:58:35 +01:00
middleware.test.js Resubscribe member to default newsletters after removing from suppression list (#15974) 2022-12-13 13:31:50 +04:00
send-magic-link.test.js Added DomainEvents.allSettled utility method (#16075) 2023-01-04 14:30:35 +01:00
signin.test.js 🐛 Fixed SingleUseTokens being cleared on boot (#15999) 2023-01-04 09:49:39 +01:00
webhooks.test.js Fixed failing Stripe webhook test 2023-01-18 12:05:55 +01:00
well-known.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00