mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
Merge branch 'develop' into feat/openprovider-provider
This commit is contained in:
@@ -132,7 +132,7 @@ class AbstractProviderTest extends ApiTestCase
|
||||
|
||||
// Trigger the Order Domain message
|
||||
$orderDomainHandler = self::getContainer()->get(OrderDomainHandler::class);
|
||||
$message = new OrderDomain($watchlist->getToken(), $domain->getLdhName());
|
||||
$message = new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $domain->getUpdatedAt());
|
||||
$orderDomainHandler($message);
|
||||
|
||||
$this->assertResponseStatusCodeSame(200);
|
||||
|
||||
Reference in New Issue
Block a user