Removed "Macro Errors" health check from mocked data

This commit is contained in:
leekelleher
2024-01-30 14:25:07 +00:00
parent 5d17544f79
commit f66d8ec222

View File

@@ -17,26 +17,6 @@ export const healthGroups: Array<HealthCheckGroupWithResultResponseModel & { nam
{
name: 'Configuration',
checks: [
{
id: '1c6c0a39-d673-4794-b734-1bec45d6a363',
results: [
{
message: `MacroErrors are set to 'Throw' which will prevent some or all pages in your site from loading
completely if there are any errors in macros. Rectifying this will set the value to 'Inline'. `,
resultType: StatusResultTypeModel.ERROR,
readMoreLink: 'https://umbra.co/healthchecks-macro-errors',
actions: [
{
healthCheckId: 'id123',
name: 'Action name',
alias: 'Action alias',
description: 'Action description',
valueRequired: true,
},
],
},
],
},
{
id: '3e2f7b14-4b41-452b-9a30-e67fbc8e1206',
results: [
@@ -217,12 +197,6 @@ export const healthGroupsWithoutResult: HealthCheckGroupPresentationModel[] = [
{
name: 'Configuration',
checks: [
{
id: 'd0f7599e-9b2a-4d9e-9883-81c7edc5616f',
name: 'Macro errors',
description:
'Checks to make sure macro errors are not set to throw a YSOD (yellow screen of death), which would prevent certain or all pages from loading completely.',
},
{
id: '3e2f7b14-4b41-452b-9a30-e67fbc8e1206',
name: 'Notification Email Settings',