Fixed failing webhook test cases

This commit is contained in:
Dan Brown
2022-01-03 19:51:13 +00:00
parent 00eedafbfd
commit d0de4fd8f9
2 changed files with 4 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class DispatchWebhookJob implements ShouldQueue
->withOptions(['allow_redirects' => ['strict' => true]])
->timeout($this->webhook->timeout)
->post($this->webhook->endpoint, $webhookData);
} catch (\Exception $exception) {
$lastError = $exception->getMessage();
Log::error("Webhook call to endpoint {$this->webhook->endpoint} failed with error \"{$lastError}\"");