Skip to content

Commit 87f36b9

Browse files
[fix] Updated with changes #274
Fixes #274
1 parent bf3f8e1 commit 87f36b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openwisp_monitoring/db/backends/influxdb2

openwisp_monitoring/db/backends/influxdb2/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def test_retry_mechanism(self, mock_query):
420420

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

0 commit comments

Comments
 (0)