Skip to content

Commit

Permalink
Merge pull request #369 from bci-oss/adjust-integration-test-with-loo…
Browse files Browse the repository at this point in the history
…kup-api

Fix: Updated test script
  • Loading branch information
agg3fe authored Apr 3, 2024
2 parents 7d2e470 + 4267b13 commit d12caa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/aas-registry/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ description:
variables:
aas_registry_api_url: "{tavern.env_vars.AAS_REGISTRY_API_URL}"
edc_bpn: "{tavern.env_vars.EDC_BPN}"
decoded_shell_id: 20062250-6b6e-4eba-bf90-7720ddc855e8
encoded_shell_id: "MjAwNjIyNTAtNmI2ZS00ZWJhLWJmOTAtNzcyMGRkYzg1NWU4"
decoded_shell_id: 20062250-6b6e-4eba-bf90-7720ddc855e7
encoded_shell_id: "MjAwNjIyNTAtNmI2ZS00ZWJhLWJmOTAtNzcyMGRkYzg1NWU3"
6 changes: 3 additions & 3 deletions e2e-tests/aas-registry/test_api.tavern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stages:
Edc-Bpn: "{edc_bpn:s}"
json:
id: "{decoded_shell_id:s}"
idShort: twin of a break (Testing)
idShort: digital twin of a break (Testing)
specificAssetIds: [{
"name":"PartInstanceID",
"value":"24975539203421"
Expand All @@ -94,7 +94,7 @@ stages:
json:
description: []
displayName: []
idShort: twin of a break (Testing)
idShort: digital twin of a break (Testing)
id: "{decoded_shell_id:s}"
specificAssetIds: [{
"supplementalSemanticIds": [],
Expand All @@ -113,7 +113,7 @@ stages:
Edc-Bpn: "{edc_bpn:s}"
json:
id: "{decoded_shell_id:s}"
idShort: twin of a break (Testing Update)
idShort: digital twin of a break (Testing Update)
response:
status_code: 204

Expand Down

0 comments on commit d12caa1

Please sign in to comment.