This is an automated email from the ASF dual-hosted git repository. fgerlits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit f17f36a0db9a5ea152281bbeec5fbefb35ed274f Author: Martin Zink <[email protected]> AuthorDate: Fri Oct 3 16:57:27 2025 +0200 MINIFICPP-2646 Reenable Lua docker tests Signed-off-by: Ferenc Gerlits <[email protected]> Closes #2042 --- docker/test/integration/features/lua_script.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test/integration/features/lua_script.feature b/docker/test/integration/features/lua_script.feature index 4160c5087..377ab080a 100644 --- a/docker/test/integration/features/lua_script.feature +++ b/docker/test/integration/features/lua_script.feature @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -@ENABLE_LUA_SCRIPT +@ENABLE_LUA_SCRIPTING Feature: MiNiFi can execute Lua scripts Background: Given the content of "/tmp/output" is monitored
