Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,7 @@ def test_base_task(
@pytest.mark.parametrize(
"expression_dict",
[
pytest.param(
{"Items": EJT.JSONATA_ARRAY_ELEMENT_EXPRESSION},
marks=pytest.mark.skipif(
condition=not is_aws_cloud(),
reason="Single-quote esacped JSONata expressions are not yet supported",
),
),
{"Items": EJT.JSONATA_ARRAY_ELEMENT_EXPRESSION},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

{"Items": EJT.JSONATA_ARRAY_ELEMENT_EXPRESSION_DOUBLE_QUOTES},
{"MaxConcurrency": EJT.JSONATA_NUMBER_EXPRESSION},
{"ToleratedFailurePercentage": EJT.JSONATA_NUMBER_EXPRESSION},
Expand Down
53 changes: 0 additions & 53 deletions tests/unit/services/stepfunctions/test_arguments.py

This file was deleted.

185 changes: 0 additions & 185 deletions tests/unit/services/stepfunctions/test_jsonata_integration.py

This file was deleted.

122 changes: 0 additions & 122 deletions tests/unit/services/stepfunctions/test_jsonata_payload.py

This file was deleted.

Loading
Loading