Chehao Hsiao
Results
1
issues of
Chehao Hsiao
## Description ``` def test_get_opencti_client_missing_url(self): """Test client creation with missing URL.""" sample_config = {} with pytest.raises(ValueError, match="The configuration OPENCTI_URL is required"): get_config_variable("OPENCTI_URL", ["opencti", "url"], sample_config, required=True) ``` will test failed...
bug