Skip to content

Commit b7e4e04

Browse files
committed
upd test for pattern
1 parent 0271de6 commit b7e4e04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

microservices/gatewayApi/tests/patterns/test_pattern.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def test_service_r1(client):
1111
'mtls_allow_list': 'ap-01.example.com',
1212
'route_host': 'ap-02.example.com',
1313
'route_path': '/LAB/MIN/CITZ/MY-SERVICE',
14+
'consumer_uri': '',
1415
'consumer_client_id': '',
1516
'openid_issuer': '',
1617
'openid_audience': '',
@@ -31,6 +32,7 @@ def test_application_r1(client):
3132
'upstream_uri': 'https://ap-02.example.com',
3233
'route_host': 'ap-01.example.com',
3334
'route_path': '/LAB/MIN/CITZ/OTHER-SERVICE',
35+
'consumer_uri': '',
3436
'consumer_client_id': '',
3537
'openid_issuer': '',
3638
'openid_audience': '',

0 commit comments

Comments
 (0)