Skip to content

Commit 2d62be9

Browse files
Update tests/unit/services/test_data_collector.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b11fcab commit 2d62be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/services/test_data_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_collect_feedback_files_no_storage(mock_config) -> None:
7272
def test_collect_feedback_files_directory_not_exists(mock_config) -> None:
7373
"""Test collecting feedback files when directory doesn't exist."""
7474
service = DataCollectorService()
75-
mock_config.user_data_collection_configuration.feedback_enabled = False
75+
mock_config.user_data_collection_configuration.feedback_enabled = True
7676
mock_config.user_data_collection_configuration.feedback_storage = "/tmp/feedback"
7777

7878
with patch("services.data_collector.Path") as mock_path:

0 commit comments

Comments
 (0)