test: update test suite

This commit is contained in:
Maël Gangloff
2025-10-15 23:01:31 +02:00
parent ddee6df4bd
commit 00469cad6b
5 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ final class WatchlistControllerTest extends ApiTestCase
#[DependsExternal(RDAPServiceTest::class, 'testUpdateRdapServers')]
public function testGetTrackedDomains()
{
$client = WatchListUpdateProcessorTest::createUserAndWatchlist();
$client = WatchListUpdateProcessorTest::createUserAndWatchlist(null, ['/api/domains/example.org']);
$response = $client->request('GET', '/api/tracked');
$this->assertResponseIsSuccessful();