File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/layers/sds/epr/bulk_create/tests Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ def mhs_1() -> NhsMhs:
3030 nhsmhsin = "in-123" ,
3131 nhsmhsisauthenticated = "none" ,
3232 nhsmhssn = "sn-123" ,
33+ nhsproductkey = "key-123" ,
3334 nhsrequestorurp = "requester-123" ,
3435 nhsmhsmanufacturerorg = "AAA" ,
3536 )
@@ -60,6 +61,7 @@ def mhs_2() -> NhsMhs:
6061 nhsmhsin = "in-456" ,
6162 nhsmhsisauthenticated = "none" ,
6263 nhsmhssn = "sn-456" ,
64+ nhsproductkey = "key-456" ,
6365 nhsrequestorurp = "requester-456" ,
6466 nhsmhsmanufacturerorg = "AAA" ,
6567 )
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ def message_set_data():
6868 "MHS IN" : "in-123" ,
6969 "MHS Is Authenticated" : "none" ,
7070 "MHS SN" : "sn-123" ,
71+ "Product Key" : "key-123" ,
7172 "Interaction ID" : "sn-123:in-123" ,
7273 },
7374 },
@@ -82,6 +83,7 @@ def message_set_data():
8283 "MHS IN" : "in-456" ,
8384 "MHS Is Authenticated" : "none" ,
8485 "MHS SN" : "sn-456" ,
86+ "Product Key" : "key-456" ,
8587 "Interaction ID" : "sn-456:in-456" ,
8688 },
8789 },
You can’t perform that action at this time.
0 commit comments