Skip to content

Commit

Permalink
[fix] Updated with changes #274
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
praptisharma28 committed Jun 1, 2024
1 parent bf3f8e1 commit 87f36b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_monitoring/db/backends/influxdb2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def test_retry_mechanism(self, mock_query):

class TestDatabaseClientUdp(TestMonitoringMixin, TestCase):
def test_exceed_udp_packet_limit(self):
# InfluxDB 2.x does not use UDP for writing data, but this test is kept
# InfluxDB 2.x does not use UDP for writing data, but this is kept
# for backward compatibility reference
timeseries_db.write(
'test_udp_write', dict(value='O' * 66000), database=self.TEST_DB
Expand Down

0 comments on commit 87f36b9

Please sign in to comment.