Skip to content

Commit

Permalink
Fix broken tests (#3366)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
AhdraMeraliQB authored Nov 29, 2023
1 parent 9f24ad6 commit 118408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/framework/cli/test_starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def test_invalid_tools(self, fake_kedro_cli, bad_input):
assert result.exit_code != 0
assert "is an invalid value for project tools." in result.output
assert (
"Invalid input. Please select valid options for tools using comma-separated values, ranges, or 'all/none'.\n"
"Invalid input. Please select valid options for project tools using comma-separated values, ranges, or 'all/none'.\n"
in result.output
)

Expand Down
2 changes: 1 addition & 1 deletion tests/tools/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_get_cli_structure_depth(self, mocker, fake_metadata):
"--config",
"-c",
"--tools",
"-a",
"-t",
"--example",
"-e",
"--starter",
Expand Down

0 comments on commit 118408a

Please sign in to comment.