Skip to content

Commit dc1dadf

Browse files
Potential fix for code scanning alert no. 113: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 24e9fde commit dc1dadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_create_question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def test_create_question_optional_fields_handling(self, mock_execute):
414414
}
415415

416416
# Create question with some None values
417-
result = self.client.create_question(
417+
self.client.create_question(
418418
title="Optional Fields Test",
419419
queries=[{"query": "FIND Host"}],
420420
description=None, # Should not be included

0 commit comments

Comments
 (0)