Skip to content

Commit

Permalink
Fix tavern test. Add in Header:
Browse files Browse the repository at this point in the history
Edc-Bpn: "default-tenant"
  • Loading branch information
tunacicek committed Aug 23, 2023
1 parent a200c52 commit 958f452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/registry/templates/tests/test-script-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ data:
headers:
Content-Type: application/json
Authorization: "Bearer {access_token}"
Edc-Bpn: "default-tenant"
response:
status_code: 200
headers:
Expand All @@ -102,6 +103,7 @@ data:
headers:
Content-Type: application/json
Authorization: "Bearer {access_token}"
Edc-Bpn: "default-tenant"
json:
id: "{decoded_shell_id:s}"
idShort: twin of a break (Testing)
Expand All @@ -117,6 +119,7 @@ data:
headers:
Content-Type: application/json
Authorization: "Bearer {access_token}"
Edc-Bpn: "default-tenant"
response:
status_code: 200
headers:
Expand All @@ -136,6 +139,7 @@ data:
headers:
Content-Type: application/json
Authorization: "Bearer {access_token}"
Edc-Bpn: "default-tenant"
json:
id: "{decoded_shell_id:s}"
idShort: twin of a break (Testing Update)
Expand All @@ -149,5 +153,6 @@ data:
headers:
Content-Type: application/json
Authorization: "Bearer {access_token}"
Edc-Bpn: "default-tenant"
response:
status_code: 204

0 comments on commit 958f452

Please sign in to comment.