Skip to content

Commit b3ea603

Browse files
committed
cache folder
1 parent ad0937f commit b3ea603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/src/pds_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def pds_get_patient_details(nhs_number: str) -> dict:
1414
try:
1515
logger.info(f"Get PDS patient details for {nhs_number}")
1616

17-
cache = Cache("tmp")
17+
cache = Cache("/tmp")
1818
authenticator = AppRestrictedAuth(
1919
service=Service.PDS,
2020
secret_manager_client=secrets_manager_client,

0 commit comments

Comments
 (0)