8000 Fix formatting for new sfn features (#11907) · localstack/localstack@f391023 · GitHub
[go: up one dir, main page]

Skip to content

Commit f391023

Browse files
Fix formatting for new sfn features (#11907)
1 parent 3bfb64b commit f391023

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import pytest
44
from localstack_snapshot.snapshots.transformer import GenericTransformer, RegexTransformer
5-
from localstack.testing.aws.util import is_aws_cloud
65

76
from localstack.aws.api.lambda_ import Runtime
7+
from localstack.testing.aws.util import is_aws_cloud
88
from localstack.testing.pytest import markers
99
from localstack.testing.pytest.stepfunctions.utils import create_and_record_execution
1010
from localstack.utils.strings import short_uid
@@ -88,11 +88,15 @@ def test_reference_assign(
8888
AT.load_sfn_template(AT.BASE_UNDEFINED_ASSIGN),
8989
pytest.param(
9090
AT.load_sfn_template(AT.BASE_UNDEFINED_ARGUMENTS),
91-
marks=pytest.mark.skipif(condition=not is_aws_cloud(), reason="Not reached full parity yet."),
91+
marks=pytest.mark.skipif(
92+
condition=not is_aws_cloud(), reason="Not reached full parity yet."
93+
),
9294
),
9395
pytest.param(
9496
AT.load_sfn_template(AT.BASE_UNDEFINED_ARGUMENTS_FIELD),
95-
marks=pytest.mark.skipif(condition=not is_aws_cloud(),reason="Not reached full parity yet."),
97+
marks=pytest.mark.skipif(
98+
condition=not is_aws_cloud(), reason="Not reached full parity yet."
99+
),
96100
),
97101
],
98102
ids=[
@@ -104,7 +108,6 @@ def test_reference_assign(
104108
"BASE_UNDEFINED_ARGUMENTS_FIELD",
105109
],
106110
)
107-
108111
@markers.aws.validated
109112
def test_undefined_reference(
110113
self,

tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation_jsonata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class TestJsonManipulationJSONata:
9-
109
@markers.aws.validated
1110
def test_parse(self, create_iam_role_for_sfn, create_state_machine, sfn_snapshot, aws_client):
1211
input_values = [

0 commit comments

Comments
 (0)
0