Skip to content

Commit 477e908

Browse files
eli-540 log corrected
1 parent 7bb40d3 commit 477e908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eligibility_signposting_api/repos/person_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_eligibility_data(self, nhs_number: NHSNumber) -> Person:
6161
if nhs_hashed_with_current:
6262
items = self.get_person_record(nhs_hashed_with_current)
6363
if not items:
64-
logger.warning("The AWSPREVIOUS secret was tried, but no person record was found")
64+
logger.warning("The AWSCURRENT secret was tried, but no person record was found")
6565

6666
# Hash using AWSPREVIOUS secret and fetch items
6767
nhs_hashed_with_previous = self._hashing_service.hash_with_previous_secret(nhs_number)

0 commit comments

Comments
 (0)