NIFI-12987 fix unit test after change to make controller service type searchable

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8594.
This commit is contained in:
Mike Moser 2024-04-02 14:48:24 +00:00 committed by Pierre Villard
parent e070753f39
commit 23dc121e97
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5

View File

@ -519,7 +519,7 @@ public class ControllerSearchServiceRegressionTest extends AbstractControllerSea
.withControllerServiceNode(getControllerServiceNode(id, name, "foo comment", rawProperties, AUTHORIZED));
// when - search for name
whenExecuteSearch("controllerserv");
whenExecuteSearch("servicename");
// then
thenResultConsists()