From 0f9bbadfa53f6db6d8532cc2d6a9f45db6d3ca7e Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 20 Aug 2026 08:59:48 +0200 Subject: [PATCH] LCORE-3461: Fixed nit found by FURB rule --- tests/e2e/gen_scenario_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/gen_scenario_list.py b/tests/e2e/gen_scenario_list.py index 0ce9011f5..ac9587e06 100644 --- a/tests/e2e/gen_scenario_list.py +++ b/tests/e2e/gen_scenario_list.py @@ -55,7 +55,7 @@ with open( os.path.join(FEATURE_DIRECTORY, filename), "r", encoding="utf-8" ) as fin: - for line in fin.readlines(): + for line in fin: line = line.strip() # process all scenarios and scenario outlines for prefix in PREFIXES: