Skip to content

Commit

Permalink
chore(testing):[#226] fix bpn replacement in umbrella testdata upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 26, 2024
1 parent 524231e commit e13fcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/testing/testdata/upload-testdata.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#

# Copyright (c) 2022,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
Expand Down Expand Up @@ -35,7 +35,7 @@ EDC_UPLOAD_URL=$9

EDC_DATAPLANE_URL=${10}

bpn_regex_pattern='(BPN)(L|S|A)([a-zA-Z0-9]{12})'
bpn_regex_pattern='(BPNL)([a-zA-Z0-9]{12})'
replacement=$PROVIDER_BPN

upload_data() {
Expand Down

0 comments on commit e13fcde

Please sign in to comment.