refactor(sdm): Global pass with refined 'External Only' SDM tags. Pruned redundant internal references and fixed indentation logic in injector. Verified full project compilation.
This commit is contained in:
@@ -32,4 +32,4 @@ def test_api_ask_client_error() -> None:
|
||||
with patch.object(client, '_make_request') as mock_make:
|
||||
mock_make.return_value = None
|
||||
result = client.request_confirmation("run_powershell", {})
|
||||
assert result is None
|
||||
assert result is None
|
||||
Reference in New Issue
Block a user