File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/functional/botocore Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ def _computed_endpoint_prefixes():
86
86
yield endpoint_prefix
87
87
88
88
89
+ @pytest .mark .validates_models
89
90
@pytest .mark .parametrize ("endpoint_prefix" , _computed_endpoint_prefixes ())
90
91
def test_endpoint_matches_service (known_endpoint_prefixes , endpoint_prefix ):
91
92
# We need to cross check all computed endpoints against our
@@ -102,6 +103,7 @@ def _available_services():
102
103
return sorted (loader .list_available_services ('service-2' ))
103
104
104
105
106
+ @pytest .mark .validates_models
105
107
@pytest .mark .parametrize ("service_name" , _available_services ())
106
108
def test_client_name_matches_hyphenized_service_id (service_name ):
107
109
"""Generates tests for each service to verify that the computed service
You can’t perform that action at this time.
0 commit comments