mirror of https://github.com/apache/nifi.git
NIFI-705 Preventing the processor from initializing each time it is waiting for the request.
This commit is contained in:
parent
3125036d3f
commit
df92dff8bb
|
@ -81,7 +81,7 @@ public class TestHandleHttpRequest {
|
|||
|
||||
while ( runner.getFlowFilesForRelationship(HandleHttpRequest.REL_SUCCESS).isEmpty() ) {
|
||||
// process the request.
|
||||
runner.run(1, false);
|
||||
runner.run(1, false, false);
|
||||
}
|
||||
|
||||
runner.assertAllFlowFilesTransferred(HandleHttpRequest.REL_SUCCESS, 1);
|
||||
|
|
Loading…
Reference in New Issue