Fix flakey test
[MAILPOET-2890]
This commit is contained in:
@@ -27,6 +27,9 @@ class SendingServiceKeyCheck extends KeyCheckWorker {
|
||||
return Bridge::isMPSendingServiceEnabled();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \DateTimeInterface|Carbon
|
||||
*/
|
||||
public function getNextRunDate() {
|
||||
// when key pending approval, check key sate every hour
|
||||
if ($this->servicesChecker->isMailPoetAPIKeyPendingApproval()) {
|
||||
|
Reference in New Issue
Block a user