File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ paths:
404404 responseTemplates :
405405 # prettier-ignore
406406 application/json : ' ${capability_statement_json}'
407- passthroughBehavior : when_no_match
408407
409408 /_status :
410409 get :
Original file line number Diff line number Diff line change @@ -937,7 +937,6 @@ paths:
937937 responseTemplates :
938938 # prettier-ignore
939939 application/json : ' ${capability_statement_json}'
940- passthroughBehavior : when_no_match
941940
942941 /_status :
943942 get :
Original file line number Diff line number Diff line change 1- import os
2-
3- import pytest
4-
51from tests .utilities .api_clients import ConsumerTestClient , ProducerTestClient
62
73
8- def is_public_url ():
9- return os .environ .get ("TEST_CONNECT_MODE" ) == "public"
10-
11-
12- @pytest .mark .skip (
13- reason = "Capability statements only work via APIGEE in persistent environments" ,
14- )
154def test_read_api_capability_statements (
165 consumer_client : ConsumerTestClient , producer_client : ProducerTestClient
176):
You can’t perform that action at this time.
0 commit comments