Skip to content

Commit

Permalink
chore: noop
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Dec 19, 2024
1 parent 0f99057 commit d2555b7
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 @@ -2956,7 +2956,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 d2555b7

Please sign in to comment.