0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/api-acceptance/admin
Fabien 'egg' O'Carroll 72e9efc7e5
Fixed config API not returning boolean (#14034)
refs https://github.com/TryGhost/Team/issues/1279

The mailgunIsConfigured config should be a boolean, rather than a string/undefined/null.
2022-01-21 09:53:47 +02:00
..
actions_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
actions_spec_v3.js Added acceptance tests on the v3 api version. 2021-01-22 17:49:06 +01:00
config_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
db_spec.js Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
email_preview_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
emails_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
images_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
integrations_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
invites_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
key_authentication_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
key_authentication_spec_v3.js Added acceptance tests on the v3 api version. 2021-01-22 17:49:06 +01:00
labels_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
labels_spec_v3.js Added acceptance tests on the v3 api version. 2021-01-22 17:49:06 +01:00
mail_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
members_spec.js Added acceptance test for /member/:id/?include=email_recipients (#12477) 2020-12-11 18:45:35 +00:00
notifications_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
oembed_spec.js 🐛 Fixes oembed bookmark with whitespaces 2021-12-13 15:49:18 +02:00
pages_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
posts_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
roles_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
settings_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
slugs_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
snippets_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
tags_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
themes_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
users_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
utils.js Fixed config API not returning boolean (#14034) 2022-01-21 09:53:47 +02:00
utils_v3.js Added acceptance tests on the v3 api version. 2021-01-22 17:49:06 +01:00
webhooks_spec.js Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00