Skip to content

Commit

Permalink
Cortex translate test fix (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus authored and sfc-gh-pjob committed Nov 22, 2024
1 parent f4c6fc3 commit 8edc5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_integration/test_cortex.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ def test_cortex_translate_from_chosen_language(runner):
[
"cortex",
"translate",
"herb",
"dom",
"--from",
"pl",
"--to",
"en",
]
)
assert_successful_result_message(result, expected_msg="coat of arms")
assert_successful_result_message(result, expected_msg="home")

0 comments on commit 8edc5af

Please sign in to comment.