We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7743a37 commit b38039fCopy full SHA for b38039f
tests/test_pipeline_analytics.py
@@ -75,7 +75,9 @@ def test_dedup_keys_cleared_after_flush(
75
76
77
def test_auto_flush_on_buffer_full() -> None:
78
- config = PipelineAnalyticsConfig(analytics_server_url="http://test/", max_buffer_items=5)
+ config = PipelineAnalyticsConfig(
79
+ analytics_server_url="http://test/", max_buffer_items=5
80
+ )
81
processor = PipelineAnalyticsProcessor(config=config, environment_key="key")
82
83
with mock.patch("flagsmith.analytics.session"):
0 commit comments