Skip to content

Commit a55284c

Browse files
authored
fix: Add IRemoteHostValidator to TaskProcessingTest dependencies
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 7cd59a4 commit a55284c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/lib/TaskProcessing/TaskProcessingTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ protected function setUp(): void {
628628
Server::get(IUserSession::class),
629629
Server::get(ICacheFactory::class),
630630
Server::get(IFactory::class),
631+
Server::get(IRemoteHostValidator::class),
631632
);
632633
}
633634

0 commit comments

Comments
 (0)