Skip to content

Commit

Permalink
fixup! fix: change expression language transformer to be case insensi…
Browse files Browse the repository at this point in the history
…tive
  • Loading branch information
LeonardHd authored Dec 13, 2024
1 parent f53ae44 commit ca3c725
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def test_evaluate_function_names_are_case_insensitive() -> None:
# Assert
assert evaluated_value == "ab"


def test_evaluate_parameter_with_complex_object_and_array_index() -> None:
# Arrange
expression = "@pipeline().parameters.parameter[0].field1.field2"
Expand Down

0 comments on commit ca3c725

Please sign in to comment.