Skip to content

Commit 411d8c2

Browse files
[ERSSUP-58134]-[HR]-[Add exception for oauth2 proxy used in internal-qa.]-[JH]
1 parent fd6fdd0 commit 411d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apigee:
9898
environments: [ {{ ENV.name }} ]
9999
proxies:
100100
- e-referrals-service-api-{{ ENV.name }}
101-
- identity-service-{{ "%s-int".format(ENV.name) if ENV.name == 'internal-qa' else ENV.name }}
101+
- identity-service-{{ ("%s-int" | format(ENV.name)) if ENV.name == 'internal-qa' else ENV.name }}
102102
{% if ENV.name == 'int' %}
103103
- identity-service-int-no-smartcard
104104
{% endif %}

0 commit comments

Comments
 (0)