Skip to content

Commit

Permalink
Merge pull request #2332 from ministryofjustice/chore/app-report-test…
Browse files Browse the repository at this point in the history
…-stablity

Disable caching during integration tests
  • Loading branch information
davidatkinsuk authored Sep 26, 2024
2 parents f58563e + 5e832ae commit 18f3918
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spring:
client-secret: clientsecret
client-authentication-method: client_secret_basic
authorization-grant-type: client_credentials
cache:
type: none

hmpps.sqs:
useWebToken: false
Expand Down Expand Up @@ -116,18 +118,6 @@ prison-case-notes:
prison-adjudications:
prison-api-page-size: 30

caches:
staffMembers:
expiry-seconds: 21600
staffMember:
expiry-seconds: 21600
userAccess:
expiry-seconds: 1200
staffDetails:
expiry-seconds: 1200
teamManagingCases:
expiry-seconds: 21600

seed:
file-prefix: "./test-seed-csvs"

Expand Down

0 comments on commit 18f3918

Please sign in to comment.