Skip to content

Commit 8e297f3

Browse files
r-heimannkddejong
andauthored
State Machine Unit Test: Fix StartAt typo (#4251)
Co-authored-by: Kevin DeJong <[email protected]>
1 parent a63a15f commit 8e297f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/rules/resources/stepfunctions/test_state_machine_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def rule():
779779
"Language for notification on an "
780780
"AWS Batch job completion"
781781
),
782-
"StartAt": "Submit Batch Job",
782+
"StartAt": "Submit Batch Job 1",
783783
"TimeoutSeconds": 3600,
784784
"States": {
785785
"Submit Batch Job 1": {

0 commit comments

Comments
 (0)