Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wu0607 committed Feb 5, 2025
1 parent c872321 commit 1937e7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_hydra_cli_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
param(
"key={inner_key=extend_list(1, 2, 3)}",
"""Error when parsing index: 1, string: key={inner_key=extend_list(1, 2, 3)} out of ['hydra.sweep.dir=/tmp/pytest-of-runner/pytest-0/test_cli_error_embedded_extend0', 'key={inner_key=extend_list(1, 2, 3)}', 'hydra.mode=RUN'].
no viable alternative at input '{inner_key='""",
no viable alternative at input '{inner_key='
See https://hydra.cc/docs/1.2/advanced/override_grammar/basic for details
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
""",
id="embedded extend_list",
),
param(
Expand Down

0 comments on commit 1937e7c

Please sign in to comment.