fix: use plain password in configuration for MailJet webhook url
This commit is contained in:
@@ -20,7 +20,7 @@ class MailjetNewsletterWebhookCommandTest extends TestCase
|
||||
->method('createEventCallbackUrl')
|
||||
->with(
|
||||
'unsub',
|
||||
'https://my.ep-reisen.de/webhooks/mailjet/newsletter',
|
||||
'https://mailjet:secret@my.ep-reisen.de/webhooks/mailjet/newsletter',
|
||||
2,
|
||||
false,
|
||||
)
|
||||
@@ -89,6 +89,7 @@ class MailjetNewsletterWebhookCommandTest extends TestCase
|
||||
return new MailjetNewsletterWebhookCommand(
|
||||
$mailjetApiClient,
|
||||
'https://my.ep-reisen.de',
|
||||
'secret',
|
||||
$this->createMock(LoggerInterface::class),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user