Skip to content

Commit 1b459f0

Browse files
Merge pull request #116 from NHSDigital/feature/ERSSUP-58134
ERSSUP-58134
2 parents fd6fdd0 + 411d8c2 commit 1b459f0

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)