Skip to content

Commit 2755aed

Browse files
committed
tmp
1 parent 397bdb2 commit 2755aed

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
@@ -12,7 +12,7 @@ def get_pds_patient_details(nhs_number: str) -> dict:
1212
try:
1313
logger.info(f"Get PDS patient details for {nhs_number}")
1414

15-
cache = Cache(directory="/tmp")
15+
cache = Cache("tmp")
1616
authenticator = AppRestrictedAuth(
1717
service=Service.PDS,
1818
secret_manager_client=secrets_manager_client,

0 commit comments

Comments
 (0)