Skip to content

Commit 2133c5d

Browse files
author
Radovan Fuchs
committed
fix black
1 parent af4b4e5 commit 2133c5d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/e2e/features/environment.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ def before_scenario(context: Context, scenario: Scenario) -> None:
9090
mode_dir = "library-mode" if context.is_library_mode else "server-mode"
9191

9292
if "InvalidFeedbackStorageConfig" in scenario.effective_tags:
93-
context.scenario_config = (
94-
f"tests/e2e/configuration/{mode_dir}/lightspeed-stack-invalid-feedback-storage.yaml"
95-
)
93+
context.scenario_config = f"tests/e2e/configuration/{mode_dir}/lightspeed-stack-invalid-feedback-storage.yaml"
9694
if "NoCacheConfig" in scenario.effective_tags:
9795
context.scenario_config = (
9896
f"tests/e2e/configuration/{mode_dir}/lightspeed-stack-no-cache.yaml"

0 commit comments

Comments
 (0)