Skip to content

Commit

Permalink
fix api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed Jul 25, 2024
1 parent a75a2fe commit c4d18a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/api-tests/hooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ function makeList ({
beforeOperation: hooks.beforeOperation ? {
create: makeThrower(`${__name}_FBO`),
update: makeThrower(`${__name}_FBO`),
delete: makeThrower(`${__name}_FBO`),
} : undefined,
afterOperation: hooks.afterOperation ? {
create: makeThrower(`${__name}_FAO`),
update: makeThrower(`${__name}_FAO`),
delete: makeThrower(`${__name}_FAO`),
} : undefined
}
} : {}),
Expand Down

0 comments on commit c4d18a2

Please sign in to comment.