Skip to content

Commit b65473c

Browse files
committed
fixing tool-versions hopefully
1 parent 85cba14 commit b65473c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is for you! Please, updated to the versions agreed by your team.
22

3-
nodejs 22.18.0
43
pre-commit 3.6.0
54
vale 3.6.0
65
poetry 2.1.1

scripts/mock-authentication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def main():
405405
# Add NHS number header if provided
406406
if args.nhs_number:
407407
additional_headers['nhs-login-nhs-number'] = args.nhs_number
408+
additional_headers['NHSE-Product-ID'] = 'P.XWA-VFF'
408409

409410
# Add any custom headers
410411
if args.headers:

0 commit comments

Comments
 (0)