Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 14, 2024
1 parent 90510c2 commit 8917bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/flytekit/unit/core/test_local_raw_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def flyte_file_io_wf() -> FlyteFile:

with pytest.raises(
AssertionError,
match="FlyteFile and FlyteDirectory commands should not use the template syntax like this: {{.inputs.infile}}\n"
"Please use a path-like syntax, such as: /var/inputs/infile.\n"
"This requirement is due to how Flyte Propeller processes template syntax inputs."
match=r"FlyteFile and FlyteDirectory commands should not use the template syntax like this: {{.inputs.infile}}\n"
r"Please use a path-like syntax, such as: /var/inputs/infile.\n"
r"This requirement is due to how Flyte Propeller processes template syntax inputs."
):
flyte_file_io_wf()

Expand Down

0 comments on commit 8917bb6

Please sign in to comment.