7785fb6dc5
refs https://github.com/TryGhost/Ghost/issues/10318 - API changes introduced: canary/v4 Admin API GET /settings/ (browse) + "unsplash" present in response as boolean value GET /settings/:settingName (read) + "unsplash" present in response as boolean value PUT /settings/ (edit) + "unsplash" updates setting, accepts ONLY boolean format v3 Admin API GET /settings/ (browse) + "unsplash" present in response with object value GET /settings/:settingName (read) + "unsplash" present in response with object value PUT /settings/ (edit) + "unsplash" updates setting, accepts either boolean or object formats v2 Admin API GET /settings/ (browse) + "unsplash" present in response with object value GET /settings/:settingName (read) + "unsplash" present in response with object value PUT /settings/ (edit) + "unsplash" updates setting, accepts object format |
||
---|---|---|
.. | ||
admin | ||
content | ||
README.md |
Acceptance Tests
This folder should only contain a set of basic API use cases.
The goal for acceptance tests is to keep test cases to basic usecases e.g. upload an image, schedule a post, download a theme. Otherwise tests should be written as a part of regression test suite.
Future improvement notes:
- We probably need a differentiation for the acceptance tests for session and api_key authentication.