mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add trackedEppStatus field in Watchlist
This commit is contained in:
@@ -45,6 +45,7 @@ final class WatchListUpdateProcessorTest extends ApiTestCase
|
||||
'domains' => ['/api/domains/iana.org', '/api/domains/example.com'],
|
||||
'name' => 'My modified Watchlist',
|
||||
'trackedEvents' => ['last changed'],
|
||||
'trackedEppStatus' => [],
|
||||
]]);
|
||||
$this->assertResponseIsSuccessful();
|
||||
$this->assertMatchesResourceItemJsonSchema(WatchList::class);
|
||||
@@ -61,6 +62,7 @@ final class WatchListUpdateProcessorTest extends ApiTestCase
|
||||
'domains' => $domains,
|
||||
'name' => 'My Watchlist',
|
||||
'trackedEvents' => ['last changed', 'transfer', 'expiration', 'deletion'],
|
||||
'trackedEppStatus' => ['redemption period', 'pending delete', 'client hold', 'server hold'],
|
||||
'connector' => $connectorId,
|
||||
]]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user