Skip to content

Commit

Permalink
Python CDK: rename a unit test (#36556)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored Mar 28, 2024
1 parent 412bb86 commit 634db57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_undeclared_variables(template_string, expected_error, expected_value):
id="test_now_utc_with_duration_and_format",
),
pytest.param("{{ 1 | string }}", "1", id="test_int_to_string"),
pytest.param("{{ [\"hello\", \"world\"] | string }}", "[\"hello\", \"world\"]", id="test_int_to_string"),
pytest.param("{{ [\"hello\", \"world\"] | string }}", "[\"hello\", \"world\"]", id="test_array_to_string"),
],
)
def test_macros_examples(template_string, expected_value):
Expand Down

0 comments on commit 634db57

Please sign in to comment.