Skip to content

Commit 1beff7c

Browse files
gleflochrnorth
authored andcommitted
Localstack: fix typo in stepfunctions service name (testcontainers#1930)
1 parent ca8a35d commit 1beff7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/localstack/src/main/java/org/testcontainers/containers/localstack/LocalStackContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public enum Service {
134134
CLOUDWATCH("cloudwatch", 4582),
135135
SSM("ssm", 4583),
136136
SECRETSMANAGER("secretsmanager", 4584),
137-
STEPFUNCTIONS("stepsfunctions", 4585),
137+
STEPFUNCTIONS("stepfunctions", 4585),
138138
CLOUDWATCHLOGS("cloudwatchlogs", 4586),
139139
STS("sts", 4592),
140140
IAM("iam", 4593);

0 commit comments

Comments
 (0)