We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11fcab commit 2d62be9Copy full SHA for 2d62be9
tests/unit/services/test_data_collector.py
@@ -72,7 +72,7 @@ def test_collect_feedback_files_no_storage(mock_config) -> None:
72
def test_collect_feedback_files_directory_not_exists(mock_config) -> None:
73
"""Test collecting feedback files when directory doesn't exist."""
74
service = DataCollectorService()
75
- mock_config.user_data_collection_configuration.feedback_enabled = False
+ mock_config.user_data_collection_configuration.feedback_enabled = True
76
mock_config.user_data_collection_configuration.feedback_storage = "/tmp/feedback"
77
78
with patch("services.data_collector.Path") as mock_path:
0 commit comments