Skip to content

Commit

Permalink
wack
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Dec 17, 2024
1 parent d375ea0 commit 8c24c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/dogstatsd/test_statsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def test_disable_buffering(self):
dogstatsd = DogStatsd(disable_buffering=True, telemetry_min_flush_interval=0)
fake_socket = FakeSocket()
dogstatsd.socket = fake_socket

#test wack
dogstatsd.increment('page.views')
self.assert_equal_telemetry(
'page.views:1|c\n',
Expand Down

0 comments on commit 8c24c38

Please sign in to comment.