Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix runner setEnvironmentVariableValue on testClearQuery #27

Open
wants to merge 1 commit into
base: clear_graph
Choose a base branch
from

Conversation

uxapj
Copy link

@uxapj uxapj commented Oct 2, 2024

fix runner setEnvironmentVariableValue on testClearQuery as it was using setProperty but failing on test:
error: cannot find symbol
[ERROR] symbol: method setVariable(String,String)
[ERROR] location: variable runner of type TestRunner

@PaulJackson123
Copy link
Contributor

It looks like this change is necessary for supporting a different version of Nifi. This repo is currently at Nifi version 1.21.0, which doesn't have org.apache.nifi.util.TestRunner#setEnvironmentVariable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants