Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
  • Loading branch information
DimedS committed Jan 10, 2024
1 parent ea56c27 commit d8d66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/cli_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def create_config_file_with_tools(context, tools):
It takes a custom tools list and sets example prompt to `y`.
"""

tools_str = tools if tools != "none" else ""
tools_str = tools

context.config_file = context.temp_dir / "config.yml"
context.project_name = "project-dummy"
Expand Down

0 comments on commit d8d66e7

Please sign in to comment.