File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
test/core/protocol/connection Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,6 @@ def test_generate_url_failure_when_credential_configured_with_none_values(self):
132
132
with pytest .raises (wssNoKeyInEnvironmentError ):
133
133
self ._invoke_create_wss_endpoint_api ()
134
134
135
- def test_generate_url_failure_when_credentials_missing (self ):
136
- self ._configure_mocks_credentials_not_found_in_env_config ()
137
- with pytest .raises (wssNoKeyInEnvironmentError ):
138
- self ._invoke_create_wss_endpoint_api ()
139
-
140
- def test_generate_url_failure_when_credential_keys_exist_with_empty_values (self ):
141
- self ._configure_mocks_credentials_not_found_in_env_config (mode = CREDS_NOT_FOUND_MODE_EMPTY_VALUES )
142
- with pytest .raises (wssNoKeyInEnvironmentError ):
143
- self ._invoke_create_wss_endpoint_api ()
144
-
145
135
def _configure_mocks_credentials_not_found_in_env_config (self , mode = CREDS_NOT_FOUND_MODE_NO_KEYS ):
146
136
if mode == CREDS_NOT_FOUND_MODE_NO_KEYS :
147
137
self ._use_mock_os_environ ({})
You can’t perform that action at this time.
0 commit comments