Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Feb 19, 2024
1 parent 6d7a834 commit f81d949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/authz/src/app/__test__/e2e/admin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ describe('Admin Endpoints', () => {
criterion: Criterion.CHECK_SPENDING_LIMIT,
args: {
limit: '1000000000000000000',
operator: ValueOperators.GREATER_THAN,
timeWindow: {
type: TimeWindow.ROLLING,
value: 43200
Expand Down

0 comments on commit f81d949

Please sign in to comment.