Skip to content

Commit

Permalink
Add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbcoutinho committed Nov 29, 2023
1 parent 89bd8fb commit efe9fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-glue-alpha/test/job.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ describe('Job', () => {
connections: [glue.Connection.fromConnectionName(stack, 'ImportedConnection', 'ConnectionName')],
securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'ImportedSecurityConfiguration', 'SecurityConfigurationName'),
enableProfilingMetrics: true,
enableObservabilityMetrics: true,
tags: {
key: 'value',
},
Expand All @@ -766,6 +767,7 @@ describe('Job', () => {
'--job-language': 'scala',
'--class': 'com.amazon.test.ClassName',
'--enable-metrics': '',
'--enable-observability-metrics': '',
'arg1': 'value1',
'arg2': 'value2',
},
Expand Down

0 comments on commit efe9fc2

Please sign in to comment.