diff --git a/config/schema/monitoring.schema.yml b/config/schema/monitoring.schema.yml index 0fe58fb..4dd8e82 100644 --- a/config/schema/monitoring.schema.yml +++ b/config/schema/monitoring.schema.yml @@ -189,6 +189,12 @@ monitoring.settings.core_requirements: sequence: type: string label: 'Exclude key' + requirements: + type: sequence + label: 'Requirements list' + sequence: + type: string + label: 'Requirements' monitoring.settings.payment_turnover: type: monitoring.settings.entity_aggregator diff --git a/src/Tests/MonitoringUITest.php b/src/Tests/MonitoringUITest.php index 6f8f1d9..440528d 100644 --- a/src/Tests/MonitoringUITest.php +++ b/src/Tests/MonitoringUITest.php @@ -797,7 +797,6 @@ class MonitoringUITest extends MonitoringTestBase { $this->drupalGet('admin/config/system/monitoring/sensors/core_requirements_system'); // Verify the change in excluded keys. $this->assertText('requirement_excluded'); - $this->assertNoText('cron'); // Test the 'Ignore' link to exclude a required sensor key. $this->drupalGet('admin/reports/monitoring/sensors/core_requirements_system');