MCPcopy
hub / github.com/algorithmicsuperintelligence/optillm / tearDown

Method tearDown

tests/test_ssl_config.py:318–321  ·  view source on GitHub ↗

Restore original server_config.

(self)

Source from the content-addressed store, hash-verified

316 self.original_config = server_config.copy()
317
318 def tearDown(self):
319 """Restore original server_config."""
320 server_config.clear()
321 server_config.update(self.original_config)
322
323 @patch.dict(os.environ, {'OPENAI_API_KEY': 'test-key'})
324 def test_warning_when_ssl_disabled(self):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected