Skip to content

Commit

Permalink
Rebased main to resolve merge conflicts from PR 31830. Resolved build…
Browse files Browse the repository at this point in the history
… lint issues in tests
  • Loading branch information
natalie-white-aws committed Dec 3, 2024
1 parent ce2223c commit df3bb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Job', () => {
MaxRetries: 0,
});
});

test('Default job run queuing should be diabled', () => {
Template.fromStack(stack).hasResourceProperties('AWS::Glue::Job', {
JobRunQueuingEnabled: false,
Expand Down

0 comments on commit df3bb98

Please sign in to comment.