Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
removed snl to mock (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Jotic <[email protected]>
  • Loading branch information
mjotichmcts and mjotic authored Sep 16, 2022
1 parent 9b26793 commit 3870ba4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions infrastructure/template/api-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@
</return-response>
</when>
</choose>
<choose>
<when condition="@(context.Request.Headers.GetValueOrDefault("Destination-System","") == "SNL")">
<set-header name="Destination-System" exists-action="override">
<value>MOCK</value>
</set-header>
</when>
</choose>
</inbound>
<backend>
<base />
Expand Down

0 comments on commit 3870ba4

Please sign in to comment.