Skip to content

Commit 301891c

Browse files
committed
PR update
1 parent d8a225d commit 301891c

File tree

1 file changed

+2
-1
lines changed
  • src/api/createDeviceAccreditedSystem/src/v1

1 file changed

+2
-1
lines changed

src/api/createDeviceAccreditedSystem/src/v1/steps.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ def create_as_device(data, cache) -> Device:
9494
# Ticket PI-666 adds ASID generation. This will need to be sent across in the arguments instead of an empty string.
9595
device_payload = payload.dict(exclude={"questionnaire_responses"})
9696
return product.create_device(
97-
EprNameTemplate.AS_DEVICE.format(party_key=party_key, asid=""), **device_payload
97+
name=EprNameTemplate.AS_DEVICE.format(party_key=party_key, asid=""),
98+
**device_payload
9899
)
99100

100101

0 commit comments

Comments
 (0)