Skip to content

Commit 5afae5b

Browse files
Fixes failing test
1 parent 85f202e commit 5afae5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Integration/CustomAlertsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public function testGetReportMediumOptionsWhenMobileMessagingPluginDisabled()
286286
$this->assertEquals([
287287
['key' => 'email', 'value' => 'CustomAlerts_MediumEmail', 'disabled' => false],
288288
['key' => 'mobile', 'value' => 'CustomAlerts_MediumMobile', 'disabled' => true],
289+
['key' => 'slack', 'value' => 'CustomAlerts_MediumSlack', 'disabled' => true],
289290
], CustomAlerts::getReportMediumOptions());
290291
}
291292
}

0 commit comments

Comments
 (0)