Skip to content

Commit

Permalink
fix customizer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Sep 12, 2024
1 parent 5ba30a5 commit d6aed06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/connector/static/customizer/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ describe('connector customizer unit tests', () => {
}
let updatedInput = await customizer._exec(
customizer.handlerKey(CustomizerType.Before, StandardCommand.StdAccountRead),
{},
{reloadConfig() {
return Promise.resolve()
},},
input
)

Expand Down

0 comments on commit d6aed06

Please sign in to comment.