We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0271de6 commit b7e4e04Copy full SHA for b7e4e04
microservices/gatewayApi/tests/patterns/test_pattern.py
@@ -11,6 +11,7 @@ def test_service_r1(client):
11
'mtls_allow_list': 'ap-01.example.com',
12
'route_host': 'ap-02.example.com',
13
'route_path': '/LAB/MIN/CITZ/MY-SERVICE',
14
+ 'consumer_uri': '',
15
'consumer_client_id': '',
16
'openid_issuer': '',
17
'openid_audience': '',
@@ -31,6 +32,7 @@ def test_application_r1(client):
31
32
'upstream_uri': 'https://ap-02.example.com',
33
'route_host': 'ap-01.example.com',
34
'route_path': '/LAB/MIN/CITZ/OTHER-SERVICE',
35
36
37
38
0 commit comments