Ghost/test/e2e-api
Hannah Wolfe 3919d31838 Added serializer for missing settings endpoints
refs: https://github.com/TryGhost/Toolbox/issues/245

- Upload, updateMembersEmail, validateMembersEmailUpdate & disconnectStripeConnectIntegration were all missing serializers
- Upload is an as-is response, same as download
- updateMembersEmail, validateMembersEmailUpdate & disconnectStripeConnectIntegration are all passthroughs with no response
- With the upcoming refactor we want to have all the serializers defined explicitly
- This will allow us to change the default behaviour
- Updated the file based tests to prove the body doesn't change
- Tests were added to cover updateMembersEmail, validateMembersEmailUpdate & disconnectStripeConnectIntegration in 68c1bc0285
2022-03-22 13:52:32 +00:00
..
admin Added serializer for missing settings endpoints 2022-03-22 13:52:32 +00:00
content Updated tests to use DatabaseInfo 2022-03-17 17:33:11 +00:00
members Fixed local-only e2e test failure 2022-03-16 12:53:58 +00:00