You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/05/28 15:03:03 UTC

[GitHub] [nifi] nielsbasjes edited a comment on pull request #3734: NIFI-6666 Add Useragent Header to InvokeHTTP requests

nielsbasjes edited a comment on pull request #3734:
URL: https://github.com/apache/nifi/pull/3734#issuecomment-635406203


   @MikeThomsen Yes indeed my change broke the build.
   The problem here is that the variable `${user.name}` is undefined in the "normal" setup and my change simply introduces it in the system with a valid value.
   This test assumes this value not to be set at all and thus fails because it now has an unexpected default value.
   I fixed this by renaming this test variable from user.name to login.name


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org