Skip to content

Commit

Permalink
Merge branch 'main' into CAS-480-include-wheelchair-accessible-in-search
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-elabdulla authored Sep 26, 2024
2 parents 11d61bc + 18f3918 commit b330cf4
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 b330cf4

Please sign in to comment.