We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc7e1e commit 4c630afCopy full SHA for 4c630af
tests/e2e_batch/scenarios.py
@@ -133,10 +133,19 @@ def generate_csv_file(self):
133
logger.info(f'Test "{self.name}" File {self.file_name}')
134
data = []
135
self.identifier = str(uuid.uuid4())
136
+
137
+ unique_id_uri = RAVS_URI
138
139
+ if self.ods == "YGA":
140
+ unique_id_uri = TPP_V5_SUPPLIER_IDENTIFIER_SYSTEM
141
142
+ if self.ods == "YGJ":
143
+ unique_id_uri = EMIS_V5_SUPPLIER_IDENTIFIER_SYSTEM
144
145
for action in self.actions:
146
row = create_row(
147
self.identifier,
- self.ods,
148
+ unique_id_uri,
149
self.dose_amount,
150
action.action,
151
self.header,
0 commit comments