Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Mar 11, 2024
1 parent 54749de commit 54cc980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then(
saveAndExpect({
cronExpression: '0 0 * ? * *',
jobParameters: {
type: 'REPORT',
type: 'SUMMARY',
},
jobType: 'DATA_INTEGRITY',
name: 'Name',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Then('the job is updated when the user saves the data integrity job', () =>
saveAndExpect({
jobType: 'DATA_INTEGRITY',
jobParameters: {
type: 'REPORT',
type: 'SUMMARY',
},
name: 'Name',
cronExpression: '0 0 * ? * *',
Expand Down

0 comments on commit 54cc980

Please sign in to comment.