Skip to content

Commit

Permalink
Merge pull request #513 from catenax-ng/chore/fix-testdata-upload
Browse files Browse the repository at this point in the history
chore(testing): Fix manufacturerId
  • Loading branch information
ds-jhartmann authored Aug 31, 2023
2 parents 13f94c4 + f013067 commit faed02d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions local/testing/testdata/transform-and-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,12 @@ def create_registry_asset(edc_upload_urls_, edc_asset_path_, edc_contract_defini
})
print(name_at_manufacturer)

specific_asset_ids_temp.append({
manufacturerId = {
"key": "manufacturerId",
"value": tmp_data["bpnl"]
})
}
if manufacturerId not in specific_asset_ids_temp:
specific_asset_ids_temp.append(manufacturerId)
if is_aas3:
keys = [{
"type": "GlobalReference",
Expand Down

0 comments on commit faed02d

Please sign in to comment.