Skip to content

Commit 594241a

Browse files
committed
Update test_create_question.py
1 parent 7cdaf91 commit 594241a

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
@@ -365,7 +365,7 @@ def test_create_question_version_optional(self, mock_execute):
365365
}
366366

367367
# Create question without version
368-
result = self.client.create_question(
368+
self.client.create_question(
369369
title="Version Test",
370370
queries=[{"query": "FIND Host"}]
371371
)

0 commit comments

Comments
 (0)