Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/999
  
    And, of course, as soon as I comment, it hits me -- `GetHTTP`, unlike 
`PostHTTP`, does not require a flowfile input in order to execute. So when I 
copied the tests I had written for `PostHTTP`, I needed to either remove the 
`enqueue` action of the message content prior to running, or assert that 2 
flowfiles succeeded (the one manually enqueued and the result of the `GET` 
call). I think the current code is correct and successful, but if desired, I 
can push my latest changes which remove the manual enqueuing and assert 
explicitly 1 flowfile succeeded. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to