mirror of
https://github.com/apache/nifi.git
synced 2025-02-12 04:55:19 +00:00
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:
parent
e070753f39
commit
23dc121e97
@ -519,7 +519,7 @@ public class ControllerSearchServiceRegressionTest extends AbstractControllerSea
|
|||||||
.withControllerServiceNode(getControllerServiceNode(id, name, "foo comment", rawProperties, AUTHORIZED));
|
.withControllerServiceNode(getControllerServiceNode(id, name, "foo comment", rawProperties, AUTHORIZED));
|
||||||
|
|
||||||
// when - search for name
|
// when - search for name
|
||||||
whenExecuteSearch("controllerserv");
|
whenExecuteSearch("servicename");
|
||||||
|
|
||||||
// then
|
// then
|
||||||
thenResultConsists()
|
thenResultConsists()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user