Skip to content

Commit 6aa941a

Browse files
VIA-345 SB & AS Only use a handful of happy-path NHS numbers for now.
1 parent d467bfe commit 6aa941a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

infrastructure/environments/test/fake-api/create_tokens.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ ISSUER_URL="$2"
1212
EXPIRES_IN="$3"
1313

1414
NHS_NUMBERS=(
15-
"9436793375"
16-
"9450114080"
17-
"9451019030"
18-
"9466447939"
19-
"9657933617"
15+
# "9436793375"
16+
# "9450114080"
17+
# "9451019030"
18+
# "9466447939"
19+
# "9657933617"
2020
"9658218873"
2121
"9658218881"
2222
"9658218903"
23-
"9658218989"
24-
"9658218997"
25-
"9658219004"
26-
"9658219012"
27-
"9658220142"
28-
"9658220150"
29-
"9661033404"
30-
"9661033498"
23+
# "9658218989"
24+
# "9658218997"
25+
# "9658219004"
26+
# "9658219012"
27+
# "9658220142"
28+
# "9658220150"
29+
# "9661033404"
30+
# "9661033498"
3131
"9686368906"
3232
"9686368973"
33-
"9686369120"
34-
"9735548844"
33+
# "9686369120"
34+
# "9735548844"
3535
)
3636

3737
if [ ! -f "$PRIVATE_KEY_FILE" ]; then

0 commit comments

Comments
 (0)