Skip to content

Commit

Permalink
chore: noop
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Dec 18, 2024
1 parent 39272e2 commit 023ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploy/stepFunctions/compileIamRole.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ describe('#compileIamRole', () => {
const genStateMachine = id => ({
id,
definition: {
QueryLanguage: 'JSONata',
QueryLanguage: 'JSONata', // JSONPath is default
StartAt: 'A',
States: {
A: {
Expand Down

0 comments on commit 023ab31

Please sign in to comment.